Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "adler32", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Adler-32 hashing algorithm", | ||
"main": "index.js", | ||
"devDependencies": { | ||
"mocha": ">=1.20.1", | ||
"mhash": ">=1.0.0", | ||
"should": ">=4.0.4", | ||
"random-buffer": ">=0.0.2" | ||
"mocha": "^1.20.1", | ||
"mhash": "^1.0.0", | ||
"should": "^4.0.4", | ||
"random-buffer": "^0.1.0" | ||
}, | ||
@@ -12,0 +12,0 @@ "scripts": { |
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
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
10135