xxhash-addon
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "xxhash-addon", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Yet another xxhash addon for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "xxhash-addon.js", |
@@ -15,3 +15,3 @@ Yet another `xxhash` addon for Node.js which can be ***x50 times faster*** than `crypto` MD5 | ||
=========== | ||
`xxhash-addon` is a native addon for Node.js (>=8.6.0) written using N-API. It 'thinly' wraps [xxhash](https://github.com/Cyan4973/xxHash) `v0.8.1`, which has support for a new algorithm `XXH3` that has been showed to outperform its predecessor. | ||
`xxhash-addon` is a native addon for Node.js (>=8.6.0) written using N-API. It 'thinly' wraps [xxhash](https://github.com/Cyan4973/xxHash) `v0.8.2`, which has support for a new algorithm `XXH3` that has been showed to outperform its predecessor. | ||
@@ -18,0 +18,0 @@ __IMPORTANT__: As of `v0.8.0`, XXH3 and XXH128 are now considered stable. Rush to the upstream [CHANGELOG](https://github.com/Cyan4973/xxHash/blob/v0.8.0/CHANGELOG) for the formal announcement! `xxhash-addon v1.4.0` is the first iteration packed with stable XXH3 and XXH128. |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0