Merge pull request #2538 from github/henrymercer/zstd-stream

Support streaming the download and extraction of zstd bundles
This commit is contained in:
Henry Mercer 2024-10-14 20:16:34 +01:00 committed by GitHub
commit 563627499b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 1971 additions and 209 deletions

View file

@ -42,6 +42,7 @@
"del": "^6.1.1",
"fast-deep-equal": "^3.1.3",
"file-url": "^3.0.0",
"follow-redirects": "^1.15.9",
"fs": "0.0.1-security",
"get-folder-size": "^2.0.1",
"js-yaml": "^4.1.0",
@ -64,6 +65,7 @@
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@types/adm-zip": "^0.5.5",
"@types/console-log-level": "^1.4.5",
"@types/follow-redirects": "^1.14.4",
"@types/get-folder-size": "^2.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "20.9.0",