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

serialize-javascript

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serialize-javascript - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

2

index.js

@@ -86,3 +86,3 @@ /*

if (!value && value !== undefined) {
if (!value && value !== undefined && value !== BigInt(0)) {
return value;

@@ -89,0 +89,0 @@ }

{
"name": "serialize-javascript",
"version": "6.0.0",
"version": "6.0.1",
"description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.",

@@ -30,3 +30,3 @@ "main": "index.js",

"chai": "^4.1.0",
"mocha": "^9.0.0",
"mocha": "^10.0.0",
"nyc": "^15.0.0"

@@ -33,0 +33,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