yazl icon indicating copy to clipboard operation
yazl copied to clipboard

yet another zip library for node

Results 29 yazl issues
Sort by recently updated
recently updated
newest added

Bumps [bl](https://github.com/rvagg/bl) from 0.9.5 to 4.0.3. Release notes Sourced from bl's releases. v4.0.3 Fix unintialized memory access v4.0.1 Remove false-positive Apache-exploit (Fixes #79). #80 v3.0.1 Fix unintialized memory access v3.0.0...

dependencies

I'm new to the developer role, please forgive me if I ask questions where the answers may seem obvious. I'm using gulp-zip, which depends on yazl, and I'm including a...

Hi, I've encountered a strange issue with YAZL generated ZIPs. This is described in detail in zadam/trilium#1122 but here are the most relevant parts: Example ZIP generated by YAZL: [root.zip](https://github.com/zadam/trilium/files/5737244/root.zip)...

Replace hard-coded constant for max buffer size check with [Buffer MAX_LENGTH](https://nodejs.org/api/buffer.html#buffer_buffer_constants_max_length) when available.

Finally a zipping library where you can set the header. Thanks so much for making this you can close this ofc

If a caller passes in a `mode` on the `addEmptyDirectory()` call, and that mode is taken directly from the (albeit platform-specific) `fs.stat()`'s `mode`, we end up creating zip files with...

It would be awesome to see support for AES-256 encryption in yazl. This would be the last thing I need before I can completely stop calling 7zip via [execa](https://github.com/sindresorhus/execa), and...

I'm using Yazl 2.5.1 as the final step of a Node-based build process to package my application. We occasionally find that the files produced will not open in native Windows...

Despite tests "passing" `yazl` has not ran on Node v0.10.x since 70b0619. Since no one has complained, probably best just to drop the test instead of ugly workarounds trying to...