Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "rapid-crc", | ||
"version": "1.0.2", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "node-gyp rebuild", | ||
"test": "jasmine", | ||
"perf:test": "jasmine performance/*.spec.js" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"benchmark": "^2.1.4", | ||
"crc": "^3.8.0", | ||
"crc-32": "^1.2.0", | ||
"fast-crc32c": "^1.0.4", | ||
"jasmine": "^3.4.0", | ||
"node-addon-api": "^1.7.1", | ||
"node-gyp": "^5.0.3", | ||
"turbo-crc32": "^1.0.1" | ||
} | ||
"name": "rapid-crc", | ||
"version": "1.0.3", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "node-gyp rebuild", | ||
"test": "jasmine", | ||
"perf:test": "jasmine performance/*.spec.js" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "MIT", | ||
"dependencies": { | ||
"node-addon-api": "^1.7.1" | ||
}, | ||
"devDependencies": { | ||
"benchmark": "^2.1.4", | ||
"crc": "^3.8.0", | ||
"crc-32": "^1.2.0", | ||
"fast-crc32c": "^1.0.4", | ||
"jasmine": "^3.4.0", | ||
"node-gyp": "^5.0.3", | ||
"turbo-crc32": "^1.0.1" | ||
} | ||
} |
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
7
21879
1
+ Addednode-addon-api@^1.7.1
+ Addednode-addon-api@1.7.2(transitive)