Skip to content

Commit 16778a4

Browse files
committed
feat: v4.1.0
1 parent c37f532 commit 16778a4

2 files changed

Lines changed: 35 additions & 25 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
- [streamListDiff](#streamlistdiff)
2727
- [getTextDiff](#gettextdiff)
2828

29+
<hr/>
30+
2931
![superdiff-stream-demo-gif](https://github.com/user-attachments/assets/7ed08988-0636-4877-a5ab-398a15f43a04)
3032

3133
<p align="center">

package.json

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@donedeal0/superdiff",
33
"version": "4.1.0",
44
"type": "module",
5-
"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.",
5+
"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.",
66
"main": "dist/index.js",
77
"module": "dist/index.js",
88
"types": "dist/index.d.ts",
@@ -45,30 +45,38 @@
4545
]
4646
]
4747
},
48-
"keywords": [
49-
"array-comparison",
50-
"chunks",
51-
"compare",
52-
"comparison-tool",
53-
"comparison",
54-
"comparison",
55-
"data diff",
56-
"deep-diff",
57-
"diff",
58-
"file",
59-
"files diff",
60-
"isequal",
61-
"isobject",
62-
"json-diff",
63-
"json",
64-
"object-comparison",
65-
"object-diff",
66-
"object-difference",
67-
"object",
68-
"objectdifference",
69-
"stream",
70-
"streaming"
71-
],
48+
"keywords": [
49+
"array-comparison",
50+
"array-diff",
51+
"chunks",
52+
"compare",
53+
"comparison-tool",
54+
"data-diff",
55+
"deep-comparison",
56+
"deep-diff",
57+
"deep-object-diff",
58+
"diff",
59+
"file-diff",
60+
"isequal",
61+
"json-diff",
62+
"json",
63+
"list-diff",
64+
"object-comparison",
65+
"object-diff",
66+
"object-difference",
67+
"object",
68+
"stream",
69+
"stream-diff",
70+
"streaming",
71+
"streaming-diff",
72+
"text-diff",
73+
"textdiff",
74+
"string-diff",
75+
"word-diff",
76+
"code-diff",
77+
"diff-match-patch",
78+
"lcs"
79+
],
7280
"scripts": {
7381
"benchmark": "tsx benchmark/index.ts",
7482
"build": "tsup",

0 commit comments

Comments
 (0)