Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

unbzip2-stream

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unbzip2-stream - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"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

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