Socket
Socket
Sign inDemoInstall

tar

Package Overview
Dependencies
6
Maintainers
4
Versions
126
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.11 to 3.1.12

8

lib/parse.js

@@ -71,3 +71,8 @@ 'use strict'

else
this.on(DONE, _ => (this.emit('end'), this.emit('close')))
this.on(DONE, _ => {
this.emit('prefinish')
this.emit('finish')
this.emit('end')
this.emit('close')
})

@@ -80,2 +85,3 @@ this.strict = !!opt.strict

this.writable = true
this.readable = false

@@ -82,0 +88,0 @@ this[QUEUE] = new Yallist()

2

package.json

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

"description": "tar for node",
"version": "3.1.11",
"version": "3.1.12",
"repository": {

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

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