sse4_crc32
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27818
+ Addednan@2.22.0(transitive)
- Removednan@1.9.0(transitive)
Updatednan@^2.0.0