Socket
Socket
Sign inDemoInstall

buffer-crc32

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buffer-crc32 - npm Package Compare versions

Comparing version 0.2.1 to 0.2.3

LICENSE

3

index.js

@@ -58,2 +58,5 @@ var Buffer = require('buffer').Buffer;

if (typeof Int32Array !== 'undefined')
CRC_TABLE = new Int32Array(CRC_TABLE);
function bufferizeInt(num) {

@@ -60,0 +63,0 @@ var tmp = Buffer(4);

5

package.json

@@ -5,5 +5,6 @@ {

"description": "A pure javascript CRC32 algorithm that plays nice with binary data",
"version": "0.2.1",
"version": "0.2.3",
"contributors": [
{ "name": "Vladimir Kuznetsov",
{
"name": "Vladimir Kuznetsov",
"github": "mistakster"

@@ -10,0 +11,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc