Socket
Socket
Sign inDemoInstall

tar-fs

Package Overview
Dependencies
23
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.16.2 to 1.16.3

2

index.js

@@ -338,3 +338,3 @@ var chownr = require('chownr')

function mkdirfix (name, opts, cb) {
mkdirp(name, {fs: opts.xfs}, function (err, made) {
mkdirp(name, {fs: opts.fs}, function (err, made) {
if (!err && made && opts.own) {

@@ -341,0 +341,0 @@ chownr(made, opts.uid, opts.gid, cb)

{
"name": "tar-fs",
"version": "1.16.2",
"version": "1.16.3",
"description": "filesystem bindings for tar-stream",

@@ -5,0 +5,0 @@ "dependencies": {

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