@chainsafe/fast-crc32c
Advanced tools
| export = { | ||
| calculate(input: Buffer, initial?: number): number | ||
| } |
+4
-2
| { | ||
| "name": "@chainsafe/fast-crc32c", | ||
| "description": "CRC32C algorithm with hardware acceleration and software fallback.", | ||
| "version": "4.0.0", | ||
| "version": "4.1.0", | ||
| "author": "Xiaoyi Shi <ashi009@gmail.com>", | ||
@@ -12,5 +12,7 @@ "license": "MIT", | ||
| "main": "./loader", | ||
| "types": "./index.d.ts", | ||
| "files":[ | ||
| "loader.js", | ||
| "impls/*.js" | ||
| "impls/*.js", | ||
| "index.d.ts" | ||
| ], | ||
@@ -17,0 +19,0 @@ "optionalDependencies": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
9406
1.19%7
16.67%111
2.78%0
-100%