Socket
Socket
Sign inDemoInstall

json-dry

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-dry - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

lib/json-dry.js

@@ -66,3 +66,3 @@ /**

// let's call it here rather than "too late"
if (replacer) value = replacer.call(this, key, value);
if (replacer && typeof replacer == 'function') value = replacer.call(this, key, value);

@@ -69,0 +69,0 @@ // did you know ? Safari passes keys as integers for arrays

{
"name": "json-dry",
"description": "JSON generator & parser with circular, date and regex support",
"version": "0.1.1",
"version": "0.1.2",
"author": "Jelle De Loecker <jelle@codedor.be>",

@@ -13,2 +13,2 @@ "keywords": ["json", "circular", "serialization", "deserialization"],

}
}
}
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