Socket
Socket
Sign inDemoInstall

sse4_crc32

Package Overview
Dependencies
15
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.0 to 5.4.0

10

package.json

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

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

@@ -25,8 +25,8 @@ "license": "MIT",

"engines": {
"node": ">=0.8"
"node": ">=5.10.0"
},
"main": "./sse4_crc32",
"dependencies": {
"bindings": "~1.2.1",
"nan": "2.11.0"
"bindings": "~1.5.0",
"nan": "2.14.0"
},

@@ -37,3 +37,3 @@ "devDependencies": {

"mocha": "^2.1.0",
"node-gyp": "^3.3.1"
"node-gyp": "^5.0.3"
},

@@ -40,0 +40,0 @@ "scripts": {

@@ -22,3 +22,3 @@ /**

'buffer': {
input : new Buffer('SSE4-CRC32: A hardware accelerated CRC32 implementation for node.js'),
input : Buffer.from('SSE4-CRC32: A hardware accelerated CRC32 implementation for node.js'),
output: 3039989317

@@ -25,0 +25,0 @@ }

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc