Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
- [streamListDiff](#streamlistdiff)
- [getTextDiff](#gettextdiff)

<hr/>

![superdiff-stream-demo-gif](https://github.com/user-attachments/assets/7ed08988-0636-4877-a5ab-398a15f43a04)

<p align="center">
Expand Down
58 changes: 33 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@donedeal0/superdiff",
"version": "4.1.0",
"type": "module",
"description": "Superdiff provides a rich and readable diff for both arrays and objects. It supports stream and file inputs for handling large datasets efficiently, is battle-tested, has zero dependencies, and offers a top-tier performance.",
"description": "Superdiff provides a rich and readable diff for arrays, objects and texts. It supports stream and file inputs for handling large datasets efficiently, is battle-tested, has zero dependencies, and offers a top-tier performance.",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -45,30 +45,38 @@
]
]
},
"keywords": [
"array-comparison",
"chunks",
"compare",
"comparison-tool",
"comparison",
"comparison",
"data diff",
"deep-diff",
"diff",
"file",
"files diff",
"isequal",
"isobject",
"json-diff",
"json",
"object-comparison",
"object-diff",
"object-difference",
"object",
"objectdifference",
"stream",
"streaming"
],
"keywords": [
"array-comparison",
"array-diff",
"chunks",
"compare",
"comparison-tool",
"data-diff",
"deep-comparison",
"deep-diff",
"deep-object-diff",
"diff",
"file-diff",
"isequal",
"json-diff",
"json",
"list-diff",
"object-comparison",
"object-diff",
"object-difference",
"object",
"stream",
"stream-diff",
"streaming",
"streaming-diff",
"text-diff",
"textdiff",
"string-diff",
"word-diff",
"code-diff",
"diff-match-patch",
"lcs"
],
"scripts": {
"benchmark": "tsx benchmark/index.ts",
"build": "tsup",
Expand Down