Socket
Socket
Sign inDemoInstall

crc

Package Overview
Dependencies
0
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.4.2 to 3.4.3

2

lib/create_buffer.js

@@ -9,3 +9,3 @@ 'use strict';

var createBuffer = typeof _buffer.Buffer.from === 'function' ? _buffer.Buffer.from
var createBuffer = _buffer.Buffer.from && _buffer.Buffer.alloc && _buffer.Buffer.allocUnsafe && _buffer.Buffer.allocUnsafeSlow ? _buffer.Buffer.from

@@ -12,0 +12,0 @@ // support for Node < 5.10

{
"name": "crc",
"version": "3.4.2",
"version": "3.4.3",
"description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.",

@@ -5,0 +5,0 @@ "keywords": [

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