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

tar

Package Overview
Dependencies
Maintainers
5
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 4.1.2 to 4.2.0

lib/.parse.js.swp

5

lib/parse.js

@@ -265,3 +265,4 @@ 'use strict'

this.warn(msg, error)
this.emit('abort')
this.emit('abort', error)
this.emit('error', error)
}

@@ -293,3 +294,3 @@

this[UNZIP].on('error', er =>
this.abort('zlib error: ' + er.message, er))
this.abort(er.message, er))
this[UNZIP].on('end', _ => {

@@ -296,0 +297,0 @@ this[ENDED] = true

4

package.json

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

"description": "tar for node",
"version": "4.1.2",
"version": "4.2.0",
"repository": {

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

"minipass": "^2.2.1",
"minizlib": "^1.0.4",
"minizlib": "^1.1.0",
"mkdirp": "^0.5.0",

@@ -26,0 +26,0 @@ "yallist": "^3.0.2"

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