Socket
Socket
Sign inDemoInstall

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.0 to 4.1.1

lib/.parse.js.swp

5

lib/parse.js

@@ -327,3 +327,6 @@ 'use strict'

[MAYBEEND] () {
if (this[ENDED] && !this[EMITTEDEND] && !this[ABORTED]) {
if (this[ENDED] &&
!this[EMITTEDEND] &&
!this[ABORTED] &&
!this[CONSUMING]) {
this[EMITTEDEND] = true

@@ -330,0 +333,0 @@ const entry = this[WRITEENTRY]

2

package.json

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

"description": "tar for node",
"version": "4.1.0",
"version": "4.1.1",
"repository": {

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

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