Socket
Socket
Sign inDemoInstall

tar

Package Overview
Dependencies
6
Maintainers
4
Versions
126
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.6 to 3.1.7

3

lib/read-entry.js

@@ -12,3 +12,4 @@ 'use strict'

this.header = header
this.blockRemain = 512 * Math.ceil(header.size / 512)
this.startBlockSize = 512 * Math.ceil(header.size / 512)
this.blockRemain = this.startBlockSize
this.remain = header.size

@@ -15,0 +16,0 @@ this.type = header.type

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

this.remain = readEntry.size
this.blockRemain = readEntry.blockRemain
this.blockRemain = readEntry.startBlockSize

@@ -336,0 +336,0 @@ this.header = new Header({

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

"description": "tar for node",
"version": "3.1.6",
"version": "3.1.7",
"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