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

@brillout/json-serializer

Package Overview
Dependencies
Maintainers
0
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.12 to 0.5.13

2

dist/cjs/stringify.js

@@ -68,3 +68,3 @@ "use strict";

const err = new Error(`[@brillout/json-serializer](https://github.com/brillout/json-serializer) ${messageCore}.`);
const pathString = getPathString(path, false);
const pathString = getPathString(path, true);
const errAddendum = {

@@ -71,0 +71,0 @@ [stamp]: true,

@@ -66,3 +66,3 @@ export { stringify };

const err = new Error(`[@brillout/json-serializer](https://github.com/brillout/json-serializer) ${messageCore}.`);
const pathString = getPathString(path, false);
const pathString = getPathString(path, true);
const errAddendum = {

@@ -69,0 +69,0 @@ [stamp]: true,

{
"name": "@brillout/json-serializer",
"version": "0.5.12",
"version": "0.5.13",
"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