Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@brillout/json-serializer

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brillout/json-serializer - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

2

dist/cjs/stringify.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc