+1
-1
| { | ||
| "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", |
+4
-1
@@ -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, ()=>{ |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
43798
0.08%1208
0.25%