🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@chainsafe/fast-crc32c

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/fast-crc32c - npm Package Compare versions

Comparing version
4.1.0
to
4.1.1
+3
-1
index.d.ts

@@ -1,3 +0,5 @@

export = {
declare const impl: {
calculate(input: Buffer, initial?: number): number
}
export = impl
{
"name": "@chainsafe/fast-crc32c",
"description": "CRC32C algorithm with hardware acceleration and software fallback.",
"version": "4.1.0",
"version": "4.1.1",
"author": "Xiaoyi Shi <ashi009@gmail.com>",

@@ -6,0 +6,0 @@ "license": "MIT",