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

md5

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

md5 - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

.npmignore

40

package.json
{
"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"
}
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