Socket
Socket
Sign inDemoInstall

crc-32

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.1 to 1.2.2

2

crc32.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc