Socket
Socket
Sign inDemoInstall

buffer-crc32

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.6 to 0.2.7

2

index.js

@@ -69,3 +69,3 @@ var Buffer = require('buffer').Buffer;

if (!Buffer.isBuffer(buf)) {
buf = Buffer(buf);
buf = new Buffer(buf);
}

@@ -72,0 +72,0 @@ if (Buffer.isBuffer(previous)) {

@@ -5,3 +5,3 @@ {

"description": "A pure javascript CRC32 algorithm that plays nice with binary data",
"version": "0.2.6",
"version": "0.2.7",
"licenses": [

@@ -8,0 +8,0 @@ {

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