compressing icon indicating copy to clipboard operation
compressing copied to clipboard

Everything you need for compressing and uncompressing

Results 60 compressing issues
Sort by recently updated
recently updated
newest added

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'; ```

help wanted

# 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 ![image](https://github.com/user-attachments/assets/b616ef55-d8e2-4a2c-942a-2fb3e65985bf) # new issue symbol link use absolute path. Cannot be used in packaging...

bug
help wanted

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...

enhancement

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...

help wanted

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...