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.13 to 0.5.14

18

package.json
{
"name": "@brillout/json-serializer",
"version": "0.5.13",
"version": "0.5.14",
"description": "Same as JSON but with added support for `Date`, `undefined`, `Map`, `Set`, and more.",

@@ -9,10 +9,14 @@ "main": "./index.mjs",

"./parse": {
"worker": "./dist/cjs/parse.js",
"node": "./dist/cjs/parse.js",
"browser": "./dist/esm/parse.js"
"node": {
"require": "./dist/cjs/parse.js"
},
"types": "./dist/esm/parse.d.ts",
"default": "./dist/esm/parse.js"
},
"./stringify": {
"worker": "./dist/cjs/stringify.js",
"node": "./dist/cjs/stringify.js",
"browser": "./dist/esm/stringify.js"
"node": {
"require": "./dist/cjs/stringify.js"
},
"types": "./dist/esm/stringify.d.ts",
"default": "./dist/esm/stringify.js"
}

@@ -19,0 +23,0 @@ },

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