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.5 to 0.1.6

1

index.js

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

var entry = pack.entry(header, onnextentry);
if (!entry) return;
var rs = fs.createReadStream(path.join(cwd, filename));

@@ -97,0 +98,0 @@

2

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

@@ -5,0 +5,0 @@ "repository": "git://github.com:mafintosh/tar-fs.git",

@@ -50,7 +50,7 @@ # tar-fs

Packing/extracting a 6.1 GB with 2496 directories and 2398 files yields the following results on my Macbook Air
Packing and extracting a 6.1 GB with 2496 directories and 2398 files yields the following results on my Macbook Air.
[See the benchmark here](https://gist.github.com/mafintosh/8102201)
* tar-fs: 34.261 ms
* [node-tar](https://github.com/isaacs/node-tar): 366.123 ms
* native tar command: 47.241 ms (this one is a bit unfair as it is piping through processes)
* [node-tar](https://github.com/isaacs/node-tar): 366.123 ms (or 10x slower)

@@ -57,0 +57,0 @@ ## License

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