Socket
Socket
Sign inDemoInstall

compressing

Package Overview
Dependencies
32
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.0 to 1.9.1

6

lib/tar/stream.js

@@ -78,8 +78,8 @@ 'use strict';

if (opts.ignoreBase) {
newOpts.relativePath = path.join(relativePath, fileOrDir);
newOpts.relativePath = path.posix.join(relativePath, fileOrDir);
} else {
newOpts.relativePath = path.join(relativePath, path.basename(entry), fileOrDir);
newOpts.relativePath = path.posix.join(relativePath, path.basename(entry), fileOrDir);
}
newOpts.ignoreBase = true;
this.addEntry(path.join(entry, fileOrDir), newOpts);
this.addEntry(path.posix.join(entry, fileOrDir), newOpts);
});

@@ -86,0 +86,0 @@ this._onEntryFinish();

{
"name": "compressing",
"version": "1.9.0",
"version": "1.9.1",
"description": "Everything you need for compressing and uncompressing",

@@ -5,0 +5,0 @@ "main": "index.js",

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