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

rapid-crc

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

rapid-crc - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

46

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