fast-json-diff
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "fast-json-diff", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"type": "module", | ||
@@ -9,9 +9,9 @@ "types": "./dist/index.d.ts", | ||
], | ||
"main": "./dist/fast-json-diff.umd.js", | ||
"module": "./dist/fast-json-diff.es.js", | ||
"main": "./dist/fast-json-diff.umd.cjs", | ||
"module": "./dist/fast-json-diff.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/fast-json-diff.es.js", | ||
"require": "./dist/fast-json-diff.umd.js", | ||
"node": "./dist/fast-json-diff.cjs.js" | ||
"import": "./dist/fast-json-diff.js", | ||
"require": "./dist/fast-json-diff.cjs", | ||
"node": "./dist/fast-json-diff.umd.cjs" | ||
} | ||
@@ -18,0 +18,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18574
2