Socket
Socket
Sign inDemoInstall

tar

Package Overview
Dependencies
18
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.8 to 0.1.9

4

lib/pack.js

@@ -151,2 +151,6 @@ // pipe in an fstream, and it'll make a tarball.

switch (wprops.type) {
// sockets not supported
case "Socket":
return
case "Directory":

@@ -153,0 +157,0 @@ wprops.path += "/"

4

package.json

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

"description": "tar for node",
"version": "0.1.8",
"version": "0.1.9",
"repository": {

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

"block-stream": "*",
"fstream": "~0.1.6"
"fstream": "~0.1.8"
},

@@ -24,0 +24,0 @@ "devDependencies": {

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