tar-stream
Advanced tools
+8
-1
| { | ||
| "name": "tar-stream", | ||
| "version": "3.1.7", | ||
| "version": "3.1.8", | ||
| "description": "tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.", | ||
@@ -12,2 +12,8 @@ "main": "index.js", | ||
| }, | ||
| "imports": { | ||
| "fs": { | ||
| "bare": "bare-fs", | ||
| "default": "fs" | ||
| } | ||
| }, | ||
| "scripts": { | ||
@@ -28,2 +34,3 @@ "test": "standard && brittle test/*.js" | ||
| "b4a": "^1.6.4", | ||
| "bare-fs": "^4.5.5", | ||
| "fast-fifo": "^1.2.0", | ||
@@ -30,0 +37,0 @@ "streamx": "^2.15.0" |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
32106
0.34%4
33.33%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added