Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support non-DEFLATE zip compression methods #1468

Open
emmercm opened this issue Mar 5, 2025 · 0 comments
Open

Support non-DEFLATE zip compression methods #1468

emmercm opened this issue Mar 5, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@emmercm
Copy link
Owner

emmercm commented Mar 5, 2025

Is your feature request related to a problem?

No response

Describe the solution you'd like

https://www.npmjs.com/package/unzipper only supports STORE and DEFLATE.

Ideally, these common methods should be supported: https://github.com/emmercm/igir/pull/1467/files#diff-0ee2a0207dcf43bbb26f6ee0d7869bbe97d2cc1026071742799f999dfe66a09bR43-R53

Additional context

Other libraries, such as https://www.npmjs.com/package/yauzl, don't support anything else either. However, yauzl does provide a way to stream the compressed data, while unzipper does not.

@emmercm emmercm added the enhancement New feature or request label Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant