compressing
compressing copied to clipboard
Everything you need for compressing and uncompressing
When decompressing the zip file in Windows, an error occurred and I changed here mkdir file exists lib/zip/uncompress_stream.js ```js const type = /[\\\/]$/.test(entry.fileName) ? 'directory' : 'file'; ```
# version 1.10.1 # platform MacOS 14.6.1 # history issue https://github.com/node-modules/compressing/issues/93 # history pull requests https://github.com/node-modules/compressing/pull/31  # new issue symbol link use absolute path. Cannot be used in packaging...
closes https://github.com/node-modules/compressing/issues/96 All codes gen by cursor ## Summary by CodeRabbit - **New Features** - Added support for the "xz" compression format, enabling compression and decompression of files and streams...
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...
Say I have the following scenario: I have a `test.gz` archive that contains one unknown file (lets say its `coolFilename.txt`), and I don't know the name of the file inside...
Previous, only `zip stream` support strip option, now support for all uncompress stream todo: - [ ] add test for tgz ## Summary by CodeRabbit ## Release Notes * **New...
This change adds support for `xz` compression and decompression to the `compressing` library. It introduces a new `xz` module with `compressFile`, `uncompress`, and streaming capabilities. This resolves issue #96.
This PR adds XZ compression and decompression support to the compressing library, addressing issue #96. Added XZ compression module with FileStream and UncompressStream classes, implemented compressFile() and uncompress() functions, added...