json.decycled
Advanced tools
Comparing version 1.2.0 to 1.2.1
/* jslint node: true */ | ||
"use strict"; | ||
global.modulesCache = global.modulesCache || {}; | ||
if(global.modulesCache['json.decycled']){ | ||
return; | ||
} else { | ||
global.modulesCache['json.decycled'] = true; | ||
} | ||
JSON.decycler = decycler; | ||
@@ -5,0 +12,0 @@ JSON.decycled = decycled; |
{ | ||
"name": "json.decycled", | ||
"description": "Decycled versión for JSON.stringify, resolve circulars, Regexp, Errors and dates. Reverse by JSON.revive().", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Bifuer", |
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
9507
83