Socket
Socket
Sign inDemoInstall

tar

Package Overview
Dependencies
17
Maintainers
4
Versions
126
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.1 to 2.2.2

.nyc_output/0471d9cf-687f-4ae8-84a5-ce7468becd03.json

6

lib/parse.js

@@ -41,2 +41,3 @@

me._ended = false
me._hardLinks = {}

@@ -255,2 +256,7 @@ me._stream.on("error", function (e) {

this._entry = entry
if (entry.type === "Link") {
this._hardLinks[entry.path] = entry
}
var me = this

@@ -257,0 +263,0 @@

4

package.json

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

"description": "tar for node",
"version": "2.2.1",
"version": "2.2.2",
"repository": {

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

"block-stream": "*",
"fstream": "^1.0.2",
"fstream": "^1.0.12",
"inherits": "2"

@@ -20,0 +20,0 @@ },

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