Comparing version 0.1.1 to 0.2.0
{ | ||
"name": "xxhash", | ||
"version": "0.1.1", | ||
"version": "0.1.0", | ||
"homepage": "https://github.com/pierrec/js-xxhash", | ||
@@ -5,0 +5,0 @@ "authors": [ |
@@ -1,6 +0,1 @@ | ||
0.1.1 / 2015-03-31 | ||
================== | ||
* Merged pull request #6: Array buffer being undefined threw exception in older browsers | ||
0.1.0 / 2015-03-12 | ||
@@ -7,0 +2,0 @@ ================== |
{ | ||
"name": "xxhashjs", | ||
"version": "0.1.1", | ||
"version": "0.2.0", | ||
"description": "xxHash in Javascript", | ||
"main": "xxhash.js", | ||
"main": "./lib/index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
, "prepublish": "lmd build xxhash; lmd build xxhash.min" | ||
, "prepublish": "webpack && uglifyjs -m -c -o build/xxhash.min.js build/xxhash.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/pierrec/js-xxhash" | ||
"type": "git" | ||
, "url": "https://github.com/pierrec/js-xxhash" | ||
}, | ||
"keywords": [ | ||
"xxhash" | ||
, "xxh" | ||
], | ||
@@ -27,5 +28,6 @@ "author": "Pierre Curto", | ||
, "devDependencies": { | ||
"lmd": "1.11.x", | ||
"benchmark": "*" | ||
"webpack": "*" | ||
, "uglifyjs": "*" | ||
, "benchmark": "*" | ||
} | ||
} |
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
1181711
23
4369
3
3
1