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

blueimp-md5

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blueimp-md5 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

bower.json

9

package.json
{
"name": "blueimp-md5",
"version": "1.0.0",
"version": "1.0.1",
"title": "JavaScript MD5",

@@ -39,4 +39,5 @@ "description": "JavaScript MD5 implementation.",

"devDependencies": {
"mocha": "latest",
"expect.js": "latest"
"mocha": "1.11.0",
"expect.js": "0.2.0",
"uglify-js": "2.3.6"
},

@@ -46,3 +47,3 @@ "scripts": {

},
"main": "md5.js"
"main": "js/md5.js"
}
# JavaScript MD5
## Demo
[JavaScript MD5 Demo](http://blueimp.github.com/JavaScript-MD5/)
[JavaScript MD5 Demo](http://blueimp.github.io/JavaScript-MD5/)
## Description
JavaScript MD5 implementation. Compatible with server-side environments like node.js, module loaders like RequireJS and all web browsers.
## Usage

@@ -12,3 +15,3 @@

```html
<script src="md5.min.js"></script>
<script src="js/md5.min.js"></script>
```

@@ -15,0 +18,0 @@

/*
* JavaScript MD5 Test 1.0
* JavaScript MD5 Test 1.0.1
* https://github.com/blueimp/JavaScript-MD5

@@ -99,3 +99,3 @@ *

this.expect || require('expect.js'),
this.md5 || require('../md5').md5
this.md5 || require('../js/md5').md5
));

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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