@brillout/json-serializer
Advanced tools
Comparing version 0.5.7 to 0.5.8
{ | ||
"name": "@brillout/json-serializer", | ||
"version": "0.5.7", | ||
"version": "0.5.8", | ||
"dependencies": {}, | ||
@@ -5,0 +5,0 @@ "description": "Same as JSON but with added support for `Date`, `undefined`, `Map`, `Set`, and more.", |
// Help TS's resolver until it supports `package.json#exports` | ||
export { parse } from './dist/esm/parse' | ||
export * from './dist/esm/parse' |
// Help TS's resolver until it supports `package.json#exports` | ||
export { stringify } from './dist/esm/stringify' | ||
export * from './dist/esm/stringify' |
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
31289