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.0 to 0.1.1

8

lib/json-dry.js

@@ -191,4 +191,6 @@ /**

this.info = {
path: require.main.filename
};
this.info = {path: false};
if (typeof __dirname !== 'undefined') {
this.info.path = __dirname + '/json-dry.js';
}
{
"name": "json-dry",
"description": "JSON generator & parser with circular, date and regex support",
"version": "0.1.0",
"version": "0.1.1",
"author": "Jelle De Loecker <jelle@codedor.be>",

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