Socket
Socket
Sign inDemoInstall

tar

Package Overview
Dependencies
Maintainers
1
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tar - npm Package Compare versions

Comparing version 7.4.0 to 7.4.1

3

dist/commonjs/pack.js

@@ -367,3 +367,4 @@ "use strict";

this.onWriteEntry?.(e);
return e.on('end', () => this[JOBDONE](job))
return e
.on('end', () => this[JOBDONE](job))
.on('error', er => this.emit('error', er));

@@ -370,0 +371,0 @@ }

@@ -337,3 +337,4 @@ // A readable tar stream creator

this.onWriteEntry?.(e);
return e.on('end', () => this[JOBDONE](job))
return e
.on('end', () => this[JOBDONE](job))
.on('error', er => this.emit('error', er));

@@ -340,0 +341,0 @@ }

{
"author": "GitHub Inc.",
"author": "Isaac Z. Schlueter",
"name": "tar",
"description": "tar for node",
"version": "7.4.0",
"version": "7.4.1",
"repository": {

@@ -7,0 +7,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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