Socket
Socket
Sign inDemoInstall

tar

Package Overview
Dependencies
Maintainers
9
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.4.12 to 4.4.13

4

lib/write-entry.js

@@ -234,3 +234,3 @@ 'use strict'

er.code = 'EOF'
this[CLOSE](fd)
this[CLOSE](fd, _ => _)
return this.emit('error', er)

@@ -244,3 +244,3 @@ }

er.code = 'EOF'
this[CLOSE](fd)
this[CLOSE](fd, _ => _)
return this.emit('error', er)

@@ -247,0 +247,0 @@ }

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

"description": "tar for node",
"version": "4.4.12",
"version": "4.4.13",
"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