@browsery/jsondiffpatch
Advanced tools
Comparing version 0.6.0 to 0.6.1-r1
{ | ||
"name": "@browsery/jsondiffpatch", | ||
"version": "0.6.0", | ||
"version": "0.6.1-r1", | ||
"description": "Browser compatible jsondiffpatch", | ||
@@ -12,7 +12,22 @@ "author": "Panates", | ||
}, | ||
"type": "module", | ||
"main": "./cjs/index.cjs", | ||
"module": "./esm/index.mjs", | ||
"main": "./cjs/index.cjs", | ||
"types": "./typings/index.d.ts", | ||
"typings": "./typings/index.d.ts", | ||
"types": "./types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./cjs/index.cjs", | ||
"import": "./esm/index.mjs", | ||
"types": "./types/index.d.ts" | ||
}, | ||
"./with-text-diffs": { | ||
"require": "./cjs/with-text-diffs.js", | ||
"import": "./esm/with-text-diffs.mjs", | ||
"types": "./types/with-text-diffs.d.ts" | ||
}, | ||
"./formatters/*": { | ||
"require": "./cjs/formatters/*.cjs", | ||
"import": "./esm/formatters/*.mjs", | ||
"types": "./types/formatters/*.d.ts" | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -23,5 +38,5 @@ "jsondiffpatch": "^0.6.0" | ||
"files": [ | ||
"typings/", | ||
"cjs/", | ||
"esm/", | ||
"types/", | ||
"LICENSE", | ||
@@ -31,8 +46,8 @@ "README.md" | ||
"keywords": [ | ||
"type-is", | ||
"mime", | ||
"browser", | ||
"browsery", | ||
"browserify" | ||
"jsondiffpatch", | ||
"jsonpatch", | ||
"json", | ||
"diff", | ||
"patch" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
373759
66
10305
1
1
No