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.6 to 1.0.7

4

CHANGELOG.md

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

## 1.0.7 (2018-07-11)
* Fix registered undriers without a drypath again by reviving the values immediately
## 1.0.6 (2018-07-11)

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

3

lib/json-dry.js

@@ -365,3 +365,4 @@ "use strict";

if (!value.drypath) {
value.drypath = [];
// No path given? Then do the undrying right now
value.undried = value.unDryFunction(this, key, value.value)
}

@@ -368,0 +369,0 @@

{
"name": "json-dry",
"description": "Don't repeat yourself, JSON: Add support for (circular) references, class instances, ...",
"version": "1.0.6",
"version": "1.0.7",
"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