Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

json.decycled

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json.decycled - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

2

index.js

@@ -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 @@ },

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