Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "jshashes", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A fast and independent hashing library pure JavaScript implemented (ES3 compliant) for both server and client side (MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC and Base64)", | ||
@@ -5,0 +5,0 @@ "keywords": ["hash", "md5", "sha1", "sha256", "hashes", "sha512", "RIPEMD", "base64", "hmac", "crc", "encoding", "algorithm"], |
{ | ||
"name": "jshashes", | ||
"main": "hashes.js", | ||
"version": "1.0.5", | ||
"version": "1.0.8", | ||
"scripts": [ | ||
@@ -6,0 +6,0 @@ "hashes.js", |
{ | ||
"name": "jshashes", | ||
"description": "A fast and independent hashing library pure JavaScript implemented (ES3 compliant) for both server and client side (MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC and Base64)", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"repository": "h2non/jshashes", | ||
@@ -17,3 +17,3 @@ "author": "Tomas Aparicio <tomas@aparicio.me>", | ||
}, | ||
"main": "hashes", | ||
"main": "./hashes.js", | ||
"bin": { | ||
@@ -36,3 +36,3 @@ "hashes": "./bin/hashes" | ||
"mocha": "~1.9.0", | ||
"uglify-js": "~2.4.13" | ||
"uglify-js": "~3.7.6" | ||
}, | ||
@@ -39,0 +39,0 @@ "keywords": [ |
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
123907
28
1984