Socket
Socket
Sign inDemoInstall

unbzip2-stream

Package Overview
Dependencies
5
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.1 to 1.3.2

2

index.js

@@ -37,3 +37,3 @@ var through = require('through');

//console.error('decompressed', chunk.length,'bytes');
push(new Buffer(chunk));
push(Buffer.from(chunk));
return true;

@@ -40,0 +40,0 @@ }

{
"name": "unbzip2-stream",
"version": "1.3.1",
"version": "1.3.2",
"description": "streaming unbzip2 implementation in pure javascript for node and browsers",

@@ -37,8 +37,8 @@ "keywords": [

"devDependencies": {
"beefy": "^2.1.2",
"beefy": "^2.1.8",
"brfs": "^1.2.0",
"browserify": "^8.1.0",
"browserify": "^16.2.3",
"concat-stream": "^1.4.7",
"stream-equal": "^1.1.1",
"tape": "^3.4.0",
"tape": "^4.9.2",
"tape-run": "^4.0.0",

@@ -45,0 +45,0 @@ "uglify-js": "^3.0.10"

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc