node-verhoeff
Advanced tools
Comparing version 0.0.6 to 0.0.8
{ | ||
"name": "node-verhoeff", | ||
"version": "0.0.6", | ||
"description": "Simple implementation of verhoeff checksum algorithm", | ||
"version": "0.0.8", | ||
"description": "Simple implementation of verhoeff checksum algorithm in NodeJS", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha --recursive specs/" | ||
}, | ||
@@ -14,3 +14,10 @@ "author": "Ankur Pandey <ankurkumarpandey@gmail.com> (https://github.com/yuyudhan)", | ||
"chai": "^3.5.0" | ||
}, | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.com" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/yuyudhan/verhoeff.git" | ||
} | ||
} |
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
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
4352
2
0