crc32-stream
Advanced tools
Comparing version 3.0.1 to 4.0.0
## Changelog | ||
**4.0.0** — <small>_July 18, 2020_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/3.0.1...4.0.0) | ||
* Bump actions/checkout from v1 to v2.3.1 (#13) @dependabot | ||
* Bump readable-stream from 3.4.0 to 3.6.0 (#15) @dependabot | ||
* Bump mocha from 6.2.0 to 8.0.1 (#14) @dependabot | ||
* Bump actions/setup-node from v1 to v2.1.0 (#12) @dependabot | ||
* remove support for node < 10 (#11) @ctalkington | ||
**3.0.1** — <small>_August 2, 2019_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/3.0.0...3.0.1) | ||
@@ -4,0 +12,0 @@ |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "crc32-stream", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"description": "a streaming CRC32 checksumer", | ||
@@ -23,3 +23,3 @@ "homepage": "https://github.com/archiverjs/node-crc32-stream", | ||
"engines": { | ||
"node": ">= 6.9.0" | ||
"node": ">= 10" | ||
}, | ||
@@ -35,3 +35,3 @@ "scripts": { | ||
"chai": "^4.0.0", | ||
"mocha": "^6.2.0" | ||
"mocha": "^8.0.1" | ||
}, | ||
@@ -38,0 +38,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# CRC32 Stream [![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) | ||
# CRC32 Stream | ||
@@ -3,0 +3,0 @@ crc32-stream is a streaming CRC32 checksumer. It uses the [crc](https://www.npmjs.org/package/crc) module behind the scenes to reliably handle binary data and fancy character sets. Data is passed through untouched. |
Sorry, the diff of this file is not supported yet
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
7899
0