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

deepcopy

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deepcopy - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

HISTORY.md

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

# 0.1.2 / 2013-03-29
- added support for node.js 0.10
# 0.1.1 / 2013-01-28

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

2

lib/deepcopy.js

@@ -19,3 +19,3 @@ // deepcopy Copyright(c) 2013 sasa+1

if (util.isDate(targetObject)) {
return new Date(+targetObject);
return new Date(targetObject);
}

@@ -22,0 +22,0 @@

{
"name": "deepcopy",
"version": "0.1.1",
"version": "0.1.2",
"author": "sasa+1 <sasaplus1@gmail.com>",

@@ -14,3 +14,3 @@ "description": "deep copy module for node.js",

"scripts": {
"lint": "gjslint --strict --nojsdoc -r ./lib",
"lint": "gjslint --strict --nojsdoc -r ./lib -r ./test",
"test": "NODE_ENV=test ./node_modules/.bin/mocha"

@@ -17,0 +17,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