buffer-crc32
Advanced tools
Comparing version 1.0.0-RC3 to 1.0.0-RC4
@@ -5,3 +5,3 @@ { | ||
"description": "A pure javascript CRC32 algorithm that plays nice with binary data", | ||
"version": "1.0.0-RC3", | ||
"version": "1.0.0-RC4", | ||
"licenses": [ | ||
@@ -47,8 +47,8 @@ { | ||
"./types": { | ||
"import": "./dist/index.d.mts", | ||
"require": "./dist/index.d.cts" | ||
"import": "./index.d.ts", | ||
"require": "./index.d.ts" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"types": "./dist/index.d.cts", | ||
"types": "./index.d.ts", | ||
"files": [ | ||
@@ -55,0 +55,0 @@ "dist", |
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
15259
6
654