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

object-deep-copy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-deep-copy - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.npmignore

17

package.json
{
"name": "object-deep-copy",
"version": "1.0.1",
"version": "1.0.2",
"description": "deep copy of an object - primitive types, Array, Date, RegExp ...",
"main": "lib/clone.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha test/",
"test-debug": "mocha --debug-brk --inspect test/"
},

@@ -16,4 +17,12 @@ "keywords": [

],
"author": "Angel Angelov",
"license": "MIT"
"homepage": "https://github.com/AngelAngelov/object-deep-copy",
"author": "Angel Angelov <angel.s.angelov@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/AngelAngelov/object-deep-copy"
},
"license": "MIT",
"devDependencies": {
"mocha": "^3.5.3"
}
}
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