pako icon indicating copy to clipboard operation
pako copied to clipboard

high speed zlib port to javascript, works in browser & node.js

Results 23 pako issues
Sort by recently updated
recently updated
newest added

Hello all, I think I've found a bug in decompressing [this data file](https://autumnsky.us/data/KPAH_SDUS33_NVWVWX_200511060006). (It's an old data file that I did not create, and I had to do a lot...

Hi all, thanks for the wonderful library! Unfortunately I think I've found a bug. Files compressed with `bgzip` (block gzip) are failing when trying to use `pako` to do streaming...

bug

Background: I'm trying to read a record from a git packfile using pako. This format embeds zlib data inside each record, and relies on zlib to indicate when the compressed...

Given the following package.json: ```json { "name": "pako-test", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC",...

Node.js 12.17 changed zlib (switched to chromium implementation), this caused a lot of broken tests. - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#12.17.0. - https://github.com/nodejs/node/pull/31201.

https://github.com/nodejs/node/pull/10980 After node upgraded zlib 1.2.8 -> 1.2.11, 2 tests become broken.

After the data has been sent to the `push` method with the `Z_SYNC_FLUSH` flag, no data appears in `result`. At the same time, Zlib node js does a good job...

Hello `pako` team, I have encountered a couple of issues with the `inflate` method when working with different versions of the `pako` library. ### Environment: - Node.js version: v20.10.0 -...

The package's LICENSE is MIT, but the license is declared as `(MIT AND Zlib)` in `package.json`. Can you make the license declaration in the `package.json` consistent with the LICENSE?

`npm i pako` returns the following error: 40 http fetch GET 200 https://registry.npmmirror.com/pako 186ms (cache hit) 41 silly placeDep ROOT pako@ OK for: want: * 42 timing idealTree:#root Completed in...