New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cyclonejs

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cyclonejs - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

bower.json
{
"name": "cyclonejs",
"version": "1.1.2",
"version": "1.1.3",
"description": "A pure-js adaptation of the W3C structured cloning algorithm, designed to provide an easy interface for deep copying of complex objects",

@@ -5,0 +5,0 @@ "main": "cyclone.js",

@@ -5,5 +5,5 @@ {

"description": "A pure-javascript adaptation of the W3C's structured cloning algorithm, designed to provide an easy interface for deep copying of complex objects",
"version": "1.1.2",
"version": "1.1.3",
"scripts": ["cyclone.js"],
"main": "cyclone.js"
}

@@ -188,3 +188,3 @@ /**

case '[object Array]':
output = new Array(input.length);
output = [];
isCollection = true;

@@ -191,0 +191,0 @@ break;

{
"name": "cyclonejs",
"version": "1.1.2",
"version": "1.1.3",
"description": "A pure-javascript adaptation of the W3C's structured cloning algorithm, designed to provide an easy interface for deep copying of complex objects",

@@ -5,0 +5,0 @@ "main": "cyclone.js",

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