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.14 to 0.5.15

10

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

@@ -9,5 +9,3 @@ "main": "./index.mjs",

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

@@ -17,5 +15,3 @@ "default": "./dist/esm/parse.js"

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

@@ -22,0 +18,0 @@ "default": "./dist/esm/stringify.js"

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