Socket
Socket
Sign inDemoInstall

tar

Package Overview
Dependencies
6
Maintainers
6
Versions
123
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.3 to 6.0.4

2

CHANGELOG.md

@@ -1,2 +0,2 @@

# Charge Long
# Changelog

@@ -3,0 +3,0 @@ ## 6.0

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

"description": "tar for node",
"version": "6.0.3",
"version": "6.0.4",
"repository": {

@@ -15,3 +15,3 @@ "type": "git",

"postversion": "npm publish",
"postpublish": "git push origin --follow-tags",
"prepublishOnly": "git push origin --follow-tags",
"genparse": "node scripts/generate-parse-fixtures.js",

@@ -18,0 +18,0 @@ "bench": "for i in benchmarks/*/*.js; do echo $i; for j in {1..5}; do node $i || break; done; done"

@@ -777,3 +777,3 @@ # node-tar

header are added to the ReadEntry object. So it has `path`, `type`,
`size, `mode`, and so on.
`size`, `mode`, and so on.

@@ -780,0 +780,0 @@ #### constructor(header, extended, globalExtended)

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