json.decycled
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -60,3 +60,3 @@ /* jslint node: true */ | ||
for(i=0,l=val.length;i<l;i++){ | ||
copy[i]=decycleWalker(parents.concat([val]),path.concat(i),val[i],deep); | ||
copy[i]=decycleWalker(parents.concat([val]),path.concat(i),val[i],functions,deep); | ||
} | ||
@@ -63,0 +63,0 @@ return copy; |
{ | ||
"name": "json.decycled", | ||
"description": "Decycled versión for JSON.stringify, resolve circulars, Regexp, Errors and dates. Reverse by JSON.revive().", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"author": { | ||
@@ -30,3 +30,6 @@ "name": "Bifuer", | ||
"decycled", | ||
"decycler" | ||
"decycler", | ||
"js", | ||
"javascript", | ||
"node" | ||
], | ||
@@ -38,4 +41,4 @@ "dependencies": {}, | ||
}, | ||
"main": "./index.js", | ||
"scripts":{ | ||
"main": "./index.js", | ||
"scripts":{ | ||
"test": "mocha test/" | ||
@@ -42,0 +45,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9347