array-clone
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
2476
3
1
38
2
1