buffer-crc32
Advanced tools
Comparing version 1.0.0-RC7 to 1.0.0-RC8
@@ -5,3 +5,3 @@ { | ||
"description": "A pure javascript CRC32 algorithm that plays nice with binary data", | ||
"version": "1.0.0-RC7", | ||
"version": "1.0.0-RC8", | ||
"licenses": [ | ||
@@ -52,5 +52,6 @@ { | ||
"main": "./dist/index.cjs", | ||
"types": "./dist/index.d.cts", | ||
"types": "./index.d.ts", | ||
"files": [ | ||
"dist", | ||
"index.d.ts", | ||
"LICENSE", | ||
@@ -57,0 +58,0 @@ "README.md" |
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
18893
8
654