Socket
Socket
Sign inDemoInstall

fast-crc32c

Package Overview
Dependencies
15
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

3

impls/sse4_crc32c_hw.js
var sse4_crc32 = require('sse4_crc32');
module.exports = {
calculate: sse4_crc32.calculateOnHardware
calculate: sse4_crc32.isHardwareCrcSupported() ?
sse4_crc32.calculateOnHardware : undefined
};
{
"name": "fast-crc32c",
"description": "CRC32C algorithm with hardware acceleration and software fallback.",
"version": "1.0.0",
"version": "1.0.1",
"author": "Xiaoyi Shi <ashi009@gmail.com>",
"license": "MIT",
"repository": {

@@ -7,0 +8,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc