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

xxhashjs

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xxhashjs - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

build/xxhash.js

2

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

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