Socket
Socket
Sign inDemoInstall

tar

Package Overview
Dependencies
6
Maintainers
7
Versions
123
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1

CHANGELOG.md

4

lib/write-entry.js

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

[ONREADLINK] (linkpath) {
this.linkpath = linkpath
this.linkpath = linkpath.replace(/\\/g, '/')
this[HEADER]()

@@ -185,3 +185,3 @@ this.end()

this.type = 'Link'
this.linkpath = path.relative(this.cwd, linkpath)
this.linkpath = path.relative(this.cwd, linkpath).replace(/\\/g, '/')
this.stat.size = 0

@@ -188,0 +188,0 @@ this[HEADER]()

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

"description": "tar for node",
"version": "6.0.0",
"version": "6.0.1",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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