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.1 to 0.1.2

2

index.js

@@ -142,3 +142,3 @@ var tar = require('tar-stream');

var chperm = function(name, header, cb) {
var link = header.name === 'symlink';
var link = header.type === 'symlink';
var chmod = link ? fs.lchmod : fs.chmod;

@@ -145,0 +145,0 @@ var chown = link ? fs.lchown : fs.chown;

{
"name": "tar-fs",
"version": "0.1.1",
"version": "0.1.2",
"description": "filesystem bindings for tar-stream",
"repository": "git://github.com:mafintosh/tar-fs.git",
"dependencies": {
"tar-stream": "~0.2.1",
"tar-stream": "~0.2.2",
"pump": "~0.2.2",

@@ -24,4 +24,4 @@ "mkdirp": "~0.3.5"

"scripts": {
"test": "tap test/index.js"
"test": "tap test/index.js"
}
}
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