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

tar.gz

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tar.gz - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

7

index.js

@@ -59,5 +59,10 @@ var tar = require('tar');

this._bubble(stream1, stream2);
this._bubble(stream2, stream1);
stream1.pipe(stream2);
// Monkey patch stream1's .on() so stream2 actually handles events
stream1.on = function(event, listener) {
stream2.on(event, listener);
};
return stream1;

@@ -64,0 +69,0 @@ };

2

package.json
{
"name": "tar.gz",
"version": "1.0.2",
"version": "1.0.3",
"description": "Pure javascript tarball tools for Node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

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