buffer-crc32
Advanced tools
Comparing version 1.0.0-RC8 to 1.0.0-RC9
@@ -5,3 +5,3 @@ { | ||
"description": "A pure javascript CRC32 algorithm that plays nice with binary data", | ||
"version": "1.0.0-RC8", | ||
"version": "1.0.0-RC9", | ||
"licenses": [ | ||
@@ -45,6 +45,2 @@ { | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./types": { | ||
"import": "./dist/index.d.mts", | ||
"require": "./dist/index.d.cts" | ||
} | ||
@@ -51,0 +47,0 @@ }, |
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
18793