@brillout/json-serializer
Advanced tools
Comparing version 0.5.14 to 0.5.15
{ | ||
"name": "@brillout/json-serializer", | ||
"version": "0.5.14", | ||
"version": "0.5.15", | ||
"description": "Same as JSON but with added support for `Date`, `undefined`, `Map`, `Set`, and more.", | ||
@@ -9,5 +9,3 @@ "main": "./index.mjs", | ||
"./parse": { | ||
"node": { | ||
"require": "./dist/cjs/parse.js" | ||
}, | ||
"node": "./dist/cjs/parse.js", | ||
"types": "./dist/esm/parse.d.ts", | ||
@@ -17,5 +15,3 @@ "default": "./dist/esm/parse.js" | ||
"./stringify": { | ||
"node": { | ||
"require": "./dist/cjs/stringify.js" | ||
}, | ||
"node": "./dist/cjs/stringify.js", | ||
"types": "./dist/esm/stringify.d.ts", | ||
@@ -22,0 +18,0 @@ "default": "./dist/esm/stringify.js" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35232