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.3 to 3.4.4

2

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

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

@@ -5,3 +5,3 @@ # crc

[![Dependency status](http://img.shields.io/david/alexgorbatchev/node-crc.svg?style=flat)](https://david-dm.org/alexgorbatchev/node-crc)
[![devDependency Status](http://img.shields.io/david/dev/alexgorbatchev/node-crc.svg?style=flat)](https://david-dm.org/alexgorbatchev/node-crc#info=devDependencies)
[![devDependency Status](http://img.shields.io/david/dev/alexgorbatchev/node-crc.svg?style=flat)](https://david-dm.org/alexgorbatchev/node-crc?type=dev)
[![Build Status](http://img.shields.io/travis/alexgorbatchev/node-crc.svg?style=flat&branch=master)](https://travis-ci.org/alexgorbatchev/node-crc)

@@ -13,5 +13,5 @@

# Important: Node >= 6.3.0 < 7.0.0
# Important: Node >= 6.3.0 < 6.9.2
There's currently a bug in Node [#9342](https://github.com/nodejs/node/issues/9342) that affects CRC calculation if `Buffer.split()` is used (see issue discussion for details). This affects versions all version starting from `6.3.0` up to but not including `7.0.0`. The patch [#9341](https://github.com/nodejs/node/pull/9341) will be included in the next `6.x` release.
There's was a bug in Node [#9342](https://github.com/nodejs/node/issues/9342) that affected CRC calculation if `Buffer.split()` is used (see issue discussion for details). This affected all version starting from `6.3.0` up to but not including `6.9.2`. The patch [#9341](https://github.com/nodejs/node/pull/9341) was released in `6.9.2`. If you are upgrading and seeing odd CRC calculation mismatches, this might be the reason.

@@ -18,0 +18,0 @@ ## Features

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