Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

tail-file

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tail-file - npm Package Compare versions

Comparing version
1.4.13
to
1.4.14
+1
-1
package.json
{
"name": "tail-file",
"version": "1.4.13",
"version": "1.4.14",
"description": "Tail files fast, easy, persistent, fault tolerant and flexible",

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

@@ -732,3 +732,6 @@ 'use strict';

if( this.unzip ){
if( bytesRead === 0 ) return this.unzip.end();
if( bytesRead === 0 ){
this.decode( null );
return this.unzip.end();
}
// debug('unzip bytes');

@@ -735,0 +738,0 @@ this.unzip.write( buf.slice(0,bytesRead), undefined, ()=>{