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

lutils-clone

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lutils-clone - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

12

package.json
{
"name" : "lutils-clone",
"description" : "Reliably and recursively clone javascript objects",
"version" : "0.1.5",
"version" : "0.1.6",
"author" : { "name": "nfour" },

@@ -12,4 +12,4 @@ "repository" : {

"scripts": {
"test" : "nodeunit ./test.js",
"publicate" : "npm run test && npm publish"
"test" : "nodeunit ./test.js",
"prepublish" : "npm run test"
},

@@ -20,7 +20,9 @@

"dependencies": {
"lutils-typeof" : "~0.1.0"
"lutils-typeof" : "~0.2.0"
},
"devDependencies": {
"nodeunit" : "^0.9.0"
}
},
"keywords": [ "clone", "recursive", "deep", "immutable", "mutate" ]
}
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