xxhash-addon
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "xxhash-addon", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Yet another xxhash addon for Node.js", | ||
@@ -10,2 +10,13 @@ "main": "xxhash-addon.js", | ||
}, | ||
"files": [ | ||
"/deps/xxHash/xxhash.h", | ||
"/deps/xxHash/xxhash.c", | ||
"/deps/xxHash/xxh3.h", | ||
"/deps/xxHash/LICENSE", | ||
"/src", | ||
"binding.gyp", | ||
"LICENSE", | ||
"README.md", | ||
"xxhash-addon.js" | ||
], | ||
"repository": { | ||
@@ -16,3 +27,5 @@ "type": "git", | ||
"keywords": [ | ||
"xxhash" | ||
"xxhash", | ||
"n-api", | ||
"napi" | ||
], | ||
@@ -28,2 +41,2 @@ "author": "Nhan Khong <knhana7@gmail.com>", | ||
} | ||
} | ||
} |
Yet another xxhash addon for Node.js | ||
![npm](https://img.shields.io/npm/v/xxhash-addon?style=plastic) | ||
![NPM](https://img.shields.io/npm/l/xxhash-addon?style=plastic) | ||
|Platform |Build Status | | ||
@@ -28,2 +31,3 @@ |------------|---------| | ||
* [node-xxhash](https://github.com/mscdex/node-xxhash) | ||
Although node-xxhash offers incredible compability as it requires Node.js >= 4.0.0, it does not seem to produce consistent hash values. | ||
@@ -33,2 +37,3 @@ For example, given a seed value of 0xDEADBEEF and the string 'hello', node-xxhash's XXH32 produces 2717969635 as the string's hash, which is in big-endian form, whilst its XXH64 produces cd6d9204aaad5b0c, which is in little-endian form. | ||
* [xxhashjs](https://github.com/pierrec/js-xxhash) | ||
This fantastic project is a pure JavaScript implementation of the algorithm. However it has not been updated for years. | ||
@@ -35,0 +40,0 @@ |
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
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
94
177747
17
8
3