@brillout/json-serializer
Advanced tools
Comparing version 0.5.3 to 0.5.4
@@ -51,5 +51,5 @@ "use strict"; | ||
const fallback = name === '' && location === '' ? ` ${valueName}` : ''; | ||
return `Cannot serialize${name}${location}${fallback} because it is a ${valueType} (https://github.com/brillout/json-serializer)`; | ||
return `@brillout/json-serializer (https://github.com/brillout/json-serializer) cannot serialize${name}${location}${fallback} because it's a ${valueType}.`; | ||
} | ||
} | ||
exports.stringify = stringify; |
@@ -49,4 +49,4 @@ export { stringify }; | ||
const fallback = name === '' && location === '' ? ` ${valueName}` : ''; | ||
return `Cannot serialize${name}${location}${fallback} because it is a ${valueType} (https://github.com/brillout/json-serializer)`; | ||
return `@brillout/json-serializer (https://github.com/brillout/json-serializer) cannot serialize${name}${location}${fallback} because it's a ${valueType}.`; | ||
} | ||
} |
{ | ||
"name": "@brillout/json-serializer", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"description": "Same as JSON but with added support for `Date`, `undefined`, `Map`, `Set`, and more.", | ||
@@ -5,0 +5,0 @@ "main": "./index.mjs", |
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
26576