You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

tar-stream

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tar-stream - npm Package Compare versions

Comparing version
3.1.7
to
3.1.8
+8
-1
package.json
{
"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"