Comparing version 1.2.1 to 1.2.2
@@ -26,3 +26,3 @@ /*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */ | ||
}(function(CRC32) { | ||
CRC32.version = '1.2.1'; | ||
CRC32.version = '1.2.2'; | ||
/*global Int32Array */ | ||
@@ -29,0 +29,0 @@ function signed_crc_table() { |
@@ -26,3 +26,3 @@ /*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */ | ||
}(function(CRC32C) { | ||
CRC32C.version = '1.2.1'; | ||
CRC32C.version = '1.2.2'; | ||
/*global Int32Array */ | ||
@@ -29,0 +29,0 @@ function signed_crc_table() { |
{ | ||
"name": "crc-32", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "sheetjs", | ||
@@ -14,6 +14,6 @@ "description": "Pure-JS CRC-32", | ||
"dependencies": { | ||
"printj": "~1.3.1", | ||
"exit-on-epipe": "~1.0.1" | ||
}, | ||
"devDependencies": { | ||
"printj": "~1.3.1", | ||
"exit-on-epipe": "~1.0.1", | ||
"mocha": "~2.5.3", | ||
@@ -20,0 +20,0 @@ "blanket": "~1.2.3", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31044
0
0
9
- Removedexit-on-epipe@~1.0.1
- Removedprintj@~1.3.1
- Removedexit-on-epipe@1.0.1(transitive)
- Removedprintj@1.3.1(transitive)