Socket
Socket
Sign inDemoInstall

tar

Package Overview
Dependencies
Maintainers
4
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tar - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

4

lib/pack.js

@@ -132,3 +132,3 @@ 'use strict'

if (this.prefix)
p.path = this.prefix + '/' + p.path.replace(/^\.\/*/, '')
p.path = this.prefix + '/' + p.path.replace(/^\.(\/+|$)/, '')

@@ -152,3 +152,3 @@ // in this case, we don't have to wait for the stat

if (this.prefix)
p = this.prefix + '/' + p.replace(/^\.\/*/, '')
p = this.prefix + '/' + p.replace(/^\.(\/+|$)/, '')

@@ -155,0 +155,0 @@ this[QUEUE].push(new PackJob(p, absolute))

@@ -5,3 +5,3 @@ {

"description": "tar for node",
"version": "4.0.0",
"version": "4.0.1",
"repository": {

@@ -8,0 +8,0 @@ "type": "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