Socket
Socket
Sign inDemoInstall

json-dry

Package Overview
Dependencies
0
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 1.0.6 (2018-07-11)
* Fix registered undriers not being called on dried values without a drypath property
## 1.0.5 (2018-07-03)

@@ -2,0 +6,0 @@

@@ -363,2 +363,7 @@ "use strict";

value.unDryFunction = undriers[value.dry].fnc;
if (!value.drypath) {
value.drypath = [];
}
} else {

@@ -365,0 +370,0 @@ value.undried = value.value;

2

package.json
{
"name": "json-dry",
"description": "Don't repeat yourself, JSON: Add support for (circular) references, class instances, ...",
"version": "1.0.5",
"version": "1.0.6",
"author": "Jelle De Loecker <jelle@develry.be>",

@@ -6,0 +6,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc