unbzip2-stream
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "unbzip2-stream", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "streaming unbzip2 implementatio in pure javascript for node and browsers", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
}, | ||
"author": "Jan Bölsche <jan@lagomorph.de>", | ||
"author": "Jan Bölsche <jan@lagomorph.de>", | ||
"repository": { | ||
@@ -12,0 +12,0 @@ "url": "git@github.com:regular/unbzip2-stream.git", |
@@ -0,8 +1,9 @@ | ||
[![npm version](https://badge.fury.io/js/unbzip2-stream.svg)](http://badge.fury.io/js/unbzip2-stream) | ||
unzip2-stream | ||
=== | ||
Wraps [jvrousseau/bzip2.js](https://github.com/jvrousseau/bzip2.js) into a through stream.I refactored the pre-existing streaming code (formerly in node-test.js) and turned it into the module's interface. | ||
Wraps [jvrousseau/bzip2.js](https://github.com/jvrousseau/bzip2.js) into a through stream. I refactored the pre-existing streaming code (formerly in node-test.js) and turned it into the module's interface. | ||
Buffers | ||
--- | ||
The stream emits instances of [feross/buffer)](https://github.com/feross/buffer) instead of raw Uint8Arrays to have a consistant API across browsers and Node. | ||
The stream emits instances of [feross/buffer](https://github.com/feross/buffer) instead of raw Uint8Arrays to have a consistant API across browsers and Node. | ||
@@ -19,3 +20,3 @@ Usage | ||
Also see test/browser/download.js for an example of decompressing a file while downloading. | ||
Also see [test/browser/download.js](https://github.com/regular/unbzip2-stream/blob/master/test/browser/download.js) for an example of decompressing a file while downloading. | ||
@@ -22,0 +23,0 @@ Tests |
6407
32