We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77b875 commit d21a35fCopy full SHA for d21a35f
README.md
@@ -12,6 +12,8 @@
12
13
This library compares two arrays or objects and returns a full diff of their differences.
14
15
+ℹ️ The documentation is also available on our [website](https://superdiff.gitbook.io/donedeal0-superdiff)!
16
+
17
<hr/>
18
19
## WHY YOU SHOULD USE THIS LIBRARY
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@donedeal0/superdiff",
3
- "version": "3.2.0",
+ "version": "3.1.2",
4
"type": "module",
5
"description": "SuperDiff compares two arrays or objects and returns a full diff of their differences",
6
"main": "dist/index.js",
0 commit comments