unbzip2-stream
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "unbzip2-stream", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "streaming unbzip2 implementatio in pure javascript for node and browsers", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
[![npm version](https://badge.fury.io/js/unbzip2-stream.svg)](http://badge.fury.io/js/unbzip2-stream) | ||
unzip2-stream | ||
=== | ||
streaming bzip2 compresser in pure JS for Node and browserify. | ||
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. | ||
@@ -8,3 +10,3 @@ | ||
--- | ||
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. | ||
When browserified, 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. | ||
@@ -11,0 +13,0 @@ Usage |
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
6638
34