Socket
Socket
Sign inDemoInstall

tar-fs

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tar-fs - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

index.js

@@ -148,5 +148,7 @@ var tar = require('tar-stream');

if (!chmod) return cb();
chmod(name, header.mode, function(err) {
if (err) return cb(err);
if (!own) return cb();
if (!chown) return cb();
chown(name, header.uid, header.gid, cb);

@@ -153,0 +155,0 @@ });

2

package.json
{
"name": "tar-fs",
"version": "0.1.3",
"version": "0.1.4",
"description": "filesystem bindings for tar-stream",

@@ -5,0 +5,0 @@ "repository": "git://github.com:mafintosh/tar-fs.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