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 1.0.1 to 1.0.2

19

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

.appveyor.yml

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

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