Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

xxhash-addon

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xxhash-addon - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc