Comparing version 1.0.1 to 2.0.0
{ | ||
"author": "Yoshinori Kohyama (http://jp.linkedin.com/pub/yoshinori-kohyama/36/155/9b8)", | ||
"name": "md5", | ||
"description": "Kohyama's jsMD5. See http://jsperf.com/md5-shootout. I'll replace this on npm with anything else.", | ||
"keywords": ["ender", "md5", "browser"], | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/coolaj86/jsMD5", | ||
"description": "js function for hashing messages with MD5", | ||
"tags": [ | ||
"md5", | ||
"hash", | ||
"encryption", | ||
"message digest" | ||
], | ||
"version": "2.0.0", | ||
"author": "Paul Vorbach <paul@vorba.ch> (http://paul.vorba.ch)", | ||
"contributors": [ | ||
"salba" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/coolaj86/jsMD5.git" | ||
"url": "git://github.com/pvorb/node-md5.git" | ||
}, | ||
"main": "index.js", | ||
"engines": { | ||
"node": "*" | ||
"bugs": { | ||
"url": "https://github.com/pvorb/node-md5/issues" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": {} | ||
"main": "md5.js", | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"dependencies": { | ||
"charenc": "~ 0.0.1", | ||
"crypt": "~ 0.0.1", | ||
"is-buffer": "~ 1.0.2" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~ 1.4.2" | ||
}, | ||
"optionalDependencies": {}, | ||
"license": "BSD-3-Clause" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
12656
7
0
170
0
0
109
3
1
1
2
+ Addedcharenc@~ 0.0.1
+ Addedcrypt@~ 0.0.1
+ Addedis-buffer@~ 1.0.2
+ Addedcharenc@0.0.2(transitive)
+ Addedcrypt@0.0.2(transitive)
+ Addedis-buffer@1.0.2(transitive)