Socket
Socket
Sign inDemoInstall

tar

Package Overview
Dependencies
6
Maintainers
7
Versions
123
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.5 to 6.0.0

2

lib/mkdir.js

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

if (preserve)
return mkdirp(dir, mode, done)
return mkdirp(dir, {mode}).then(made => done(null, made), done)

@@ -82,0 +82,0 @@ const sub = path.relative(cwd, dir)

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

"description": "tar for node",
"version": "5.0.5",
"version": "6.0.0",
"repository": {

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

"minizlib": "^2.1.0",
"mkdirp": "^0.5.0",
"mkdirp": "^1.0.3",
"yallist": "^4.0.0"

@@ -34,3 +34,3 @@ },

"rimraf": "^2.7.1",
"tap": "^14.6.9",
"tap": "^14.9.2",
"tar-fs": "^1.16.3",

@@ -41,3 +41,3 @@ "tar-stream": "^1.6.2"

"engines": {
"node": ">= 8"
"node": ">= 10"
},

@@ -44,0 +44,0 @@ "files": [

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