crc32-stream
Advanced tools
Comparing version 0.3.4 to 0.4.0
{ | ||
"name": "crc32-stream", | ||
"version": "0.3.4", | ||
"version": "0.4.0", | ||
"description": "a streaming CRC32 checksumer", | ||
@@ -29,8 +29,8 @@ "homepage": "https://github.com/archiverjs/node-crc32-stream", | ||
"dependencies": { | ||
"readable-stream": "~1.0.24", | ||
"readable-stream": "~2.0.0", | ||
"buffer-crc32": "~0.2.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "~2.1.0", | ||
"mocha": "~2.2.0" | ||
"chai": "~3.4.0", | ||
"mocha": "~2.3.0" | ||
}, | ||
@@ -37,0 +37,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# crc32-stream v0.3.4 [![Build Status](https://travis-ci.org/archiverjs/node-crc32-stream.svg?branch=master)](https://travis-ci.org/archiverjs/node-crc32-stream) | ||
# crc32-stream v0.4.0 [![Build Status](https://travis-ci.org/archiverjs/node-crc32-stream.svg?branch=master)](https://travis-ci.org/archiverjs/node-crc32-stream) [![Build status](https://ci.appveyor.com/api/projects/status/sy60s39cmyvd60i3/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/node-crc32-stream/branch/master) | ||
@@ -3,0 +3,0 @@ crc32-stream is a streaming CRC32 checksumer. It uses [buffer-crc32](https://www.npmjs.org/package/buffer-crc32) behind the scenes to reliably handle binary data and fancy character sets. Data is passed through untouched. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7635
+ Addedisarray@1.0.0(transitive)
+ Addedprocess-nextick-args@1.0.7(transitive)
+ Addedreadable-stream@2.0.6(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
- Removedisarray@0.0.1(transitive)
- Removedreadable-stream@1.0.34(transitive)
Updatedreadable-stream@~2.0.0