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

array-clone

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

array-clone - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

README.md

14

package.json
{
"name": "array-clone",
"version": "0.0.1",
"version": "0.0.2",
"description": "Fast Array Clone.",

@@ -9,8 +9,7 @@ "author": "Fangdun Cai <cfddream@gmail.com>",

"scripts": {
"test": "mocha --reporter spec test.js"
"test": "mocha --reporter spec test.js",
"test-ci": "isparta cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks test.js",
"test-cov": "isparta cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fundon/array-clone.git"
},
"repository": "github:fundon/array-clone",
"keywords": [

@@ -23,3 +22,4 @@ "array",

"devDependencies": {
"mocha": "^2.3.4"
"isparta": "^4.x",
"mocha": "^2.x"
},

@@ -26,0 +26,0 @@ "files": [

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