Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tar-fs

Package Overview
Dependencies
Maintainers
2
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 1.13.2 to 1.14.0

5

index.js

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

var statAll = function (fs, stat, cwd, ignore, entries) {
var statAll = function (fs, stat, cwd, ignore, entries, sort) {
var queue = entries || ['.']

@@ -37,2 +37,3 @@

if (sort) files.sort()
for (var i = 0; i < files.length; i++) {

@@ -69,3 +70,3 @@ if (!ignore(path.join(cwd, next, files[i]))) queue.push(path.join(next, files[i]))

var mapStream = opts.mapStream || echo
var statNext = statAll(xfs, opts.dereference ? xfs.stat : xfs.lstat, cwd, ignore, opts.entries)
var statNext = statAll(xfs, opts.dereference ? xfs.stat : xfs.lstat, cwd, ignore, opts.entries, opts.sort)
var strict = opts.strict !== false

@@ -72,0 +73,0 @@ var dmode = typeof opts.dmode === 'number' ? opts.dmode : 0

2

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

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

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