Socket
Socket
Sign inDemoInstall

crc32-stream

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crc32-stream - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

CHANGELOG

2

lib/crc32-stream.js

@@ -6,3 +6,3 @@ /**

* Licensed under the MIT license.
* https://github.com/ctalkington/node-crc32-stream/blob/master/LICENSE-MIT
* https://github.com/archiverjs/node-crc32-stream/blob/master/LICENSE-MIT
*/

@@ -9,0 +9,0 @@ var inherits = require('util').inherits;

@@ -6,3 +6,3 @@ /**

* Licensed under the MIT license.
* https://github.com/ctalkington/node-crc32-stream/blob/master/LICENSE-MIT
* https://github.com/archiverjs/node-crc32-stream/blob/master/LICENSE-MIT
*/

@@ -9,0 +9,0 @@ var zlib = require('zlib');

@@ -0,3 +1,10 @@

/**
* node-crc32-stream
*
* Copyright (c) 2014 Chris Talkington, contributors.
* Licensed under the MIT license.
* https://github.com/archiverjs/node-crc32-stream/blob/master/LICENSE-MIT
*/
exports = module.exports = require('./crc32-stream');
exports.CRC32Stream = exports;
exports.DeflateCRC32Stream = require('./deflate-crc32-stream');
{
"name": "crc32-stream",
"version": "0.3.1",
"version": "0.3.2",
"description": "a streaming CRC32 checksumer",
"homepage": "https://github.com/ctalkington/node-crc32-stream",
"homepage": "https://github.com/archiverjs/node-crc32-stream",
"author": {

@@ -12,6 +12,6 @@ "name": "Chris Talkington",

"type": "git",
"url": "https://github.com/ctalkington/node-crc32-stream.git"
"url": "https://github.com/archiverjs/node-crc32-stream.git"
},
"bugs": {
"url": "https://github.com/ctalkington/node-crc32-stream/issues"
"url": "https://github.com/archiverjs/node-crc32-stream/issues"
},

@@ -21,3 +21,3 @@ "licenses": [

"type": "MIT",
"url": "https://github.com/ctalkington/node-crc32-stream/blob/master/LICENSE-MIT"
"url": "https://github.com/archiverjs/node-crc32-stream/blob/master/LICENSE-MIT"
}

@@ -41,4 +41,4 @@ ],

"devDependencies": {
"chai": "~1.8.1",
"mocha": "~1.16.0"
"chai": "~2.0.0",
"mocha": "~2.1.0"
},

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

@@ -1,2 +0,2 @@

# crc32-stream v0.3.1 [![Build Status](https://travis-ci.org/ctalkington/node-crc32-stream.svg?branch=master)](https://travis-ci.org/ctalkington/node-crc32-stream)
# crc32-stream v0.3.2 [![Build Status](https://travis-ci.org/archiverjs/node-crc32-stream.svg?branch=master)](https://travis-ci.org/archiverjs/node-crc32-stream)

@@ -13,3 +13,3 @@ 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.

You can also use `npm install https://github.com/ctalkington/node-crc32-stream/archive/master.tar.gz` to test upcoming versions.
You can also use `npm install https://github.com/archiverjs/node-crc32-stream/archive/master.tar.gz` to test upcoming versions.

@@ -80,4 +80,4 @@ ### Usage

- [Changelog](https://github.com/ctalkington/node-crc32-stream/releases)
- [Contributing](https://github.com/ctalkington/node-crc32-stream/blob/master/CONTRIBUTING.md)
- [MIT License](https://github.com/ctalkington/node-crc32-stream/blob/master/LICENSE-MIT)
- [Changelog](https://github.com/archiverjs/node-crc32-stream/releases)
- [Contributing](https://github.com/archiverjs/node-crc32-stream/blob/master/CONTRIBUTING.md)
- [MIT License](https://github.com/archiverjs/node-crc32-stream/blob/master/LICENSE-MIT)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc