Socket
Socket
Sign inDemoInstall

sse4_crc32

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sse4_crc32 - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

16

package.json

@@ -13,3 +13,3 @@ {

],
"version": "3.2.0",
"version": "3.3.0",
"author": "Anand Suresh <anandsuresh@gmail.com> (https://github.com/anandsuresh)",

@@ -30,13 +30,15 @@ "license": "MIT",

"bindings": "~1.2.1",
"nan": "^1.7.0"
"nan": "^2.0.0"
},
"devDependencies": {
"node-gyp": "^1.0.2",
"mocha": ">=2.1.0",
"chai": ">=2.0.0",
"crc32": ">=0.2.1"
"node-gyp": "^2.0.1",
"mocha": "^2.1.0",
"chai": "^2.0.0",
"crc32": "^0.2.1"
},
"scripts": {
"test": "mocha test/*test.js"
"test": "mocha test/*test.js",
"debug": "echo \"platform: $(uname -a)\"; echo \"node.js: $(node -v)\"; echo \"npm: $(npm -v)\"; echo \"node-gyp: $(./node_modules/.bin/node-gyp -v)\"; node -e \"console.log('H/w CRC Support: ' + require('./sse4_crc32').isHardwareCrcSupported());\"; node -pe \"require('./sse4_crc32');\"",
"hwcrc": "node -e \"console.log('H/w CRC Support: ' + require('./sse4_crc32').isHardwareCrcSupported());\""
}
}

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