blueimp-md5
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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
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
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
25589
12
459
88
3
1