Socket
Socket
Sign inDemoInstall

tar

Package Overview
Dependencies
4
Maintainers
4
Versions
126
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

12

lib/pack.js

@@ -16,3 +16,2 @@ 'use strict'

this.absolute = absolute
this.realpath = null
this.stat = null

@@ -78,5 +77,4 @@ this.readdir = null

this.zip.on('end', _ => super.end())
this.zip.on('drain', _ => {
this[ONDRAIN]()
})
this.zip.on('drain', _ => this[ONDRAIN]())
this.on('resume', _ => this.zip.resume())
} else

@@ -303,8 +301,2 @@ this.on('drain', this[ONDRAIN])

resume () {
if (this.zip)
this.zip.resume()
return super.resume()
}
pause () {

@@ -311,0 +303,0 @@ if (this.zip)

4

package.json

@@ -5,3 +5,3 @@ {

"description": "tar for node",
"version": "3.0.0",
"version": "3.0.1",
"repository": {

@@ -21,3 +21,3 @@ "type": "git",

"dependencies": {
"minipass": "^2.0.1",
"minipass": "^2.0.2",
"minizlib": "^1.0.3",

@@ -24,0 +24,0 @@ "mkdirp": "^0.5.0",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc