Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nodeca/pako

high speed zlib port to javascript, works in browser & node.js
https://github.com/nodeca/pako

CI: set read-only permission on github workflow (#272)

Closes #271

62cb729e7813176ce2d2694b89c8724680fca383 authored almost 2 years ago by Diogo Teles Sant'Anna <[email protected]>
2.1.0 released

3c06216518c259b569a5168dee867e6dabbe5160 authored about 2 years ago by Vitaly Puzrin <[email protected]>
dist rebuild

b61f5249027c58bee35597e590552bc8b8007c68 authored about 2 years ago by Vitaly Puzrin <[email protected]>
Update comments in tree.js for Babel compatibility

- Closes #261, #263, #262

23c773e31c02fba13728a15abdc066bcdf5c275b authored about 2 years ago by Vitaly Puzrin <[email protected]>
Ensure backward compatibility for `headers.extra`

174a1d12b68dfbd531a572eaaea0937491b36f55 authored over 2 years ago by Alex Kocharin <[email protected]>
Fix deflateEnd() to not report an error at start of raw deflate.

https://github.com/madler/zlib/commit/c376a417a724c21173f40765bd643388523b16f7

8a1cdad62bd31f2aac4824ff2a7b1d4da3f36e85 authored over 2 years ago by Alex Kocharin <[email protected]>
Reject a window size of 256 bytes if not using the zlib wrapper.

https://github.com/madler/zlib/commit/049578f0a1849f502834167e233f4c1d52ddcbcc

d53e75c30915f9a38af58aa8410fff0c1f748216 authored over 2 years ago by Alex Kocharin <[email protected]>
Fix deflate stored bug when pulling last block from window.

https://github.com/madler/zlib/commit/4c7c90768308587884fab6159d93a4695a5ab1f0

91a1be15c2312e268c04d1a39e78f93ef7524dda authored over 2 years ago by Alex Kocharin <[email protected]>
Fix bug when level 0 used with Z_HUFFMAN or Z_RLE.

https://github.com/madler/zlib/commit/94575859cf7f657f0f31aff4c50761fe3f182699

115402310889908f2173e3c06f3dae34e03606df authored over 2 years ago by Alex Kocharin <[email protected]>
Update high water mark in deflate_stored.

https://github.com/madler/zlib/commit/7d9c9d410a7f8c732fdb0cac2b268659d624a6b6

25a8b18c5d392692ad56cea830d0d7c220b397af authored over 2 years ago by Alex Kocharin <[email protected]>
Remove offset pointer optimization in inftrees.c.

https://github.com/madler/zlib/commit/6a043145ca6e9c55184013841a67b2fef87e44c0

f1c987cc5f085bdb63ba24d9bb210e710c3a8d27 authored over 2 years ago by Alex Kocharin <[email protected]>
Do a more thorough check of the state for every stream call.

https://github.com/madler/zlib/commit/b516b4bdd7c0c9f0858adfebf732089014f7b282

9709958d84945821927db9e5e8daa8e071e0df9a authored over 2 years ago by Alex Kocharin <[email protected]>
Permit a deflateParams() parameter change as soon as possible.

https://github.com/madler/zlib/commit/f9694097dd69354b03cb8af959094c7f260db0a1

2326b42e45d0f165edb22f68d405d721edfa5830 authored over 2 years ago by Alex Kocharin <[email protected]>
Speed up deflation for level 0 (storing).

https://github.com/madler/zlib/commit/9dc5a8585f429109ef1948ab71b6b71bfa7181e2

49d5060e875e43f52f9a9d5d103d9d6ecb4f7d2a authored over 2 years ago by Alex Kocharin <[email protected]>
Fix bug when window full in deflate_stored().

https://github.com/madler/zlib/commit/8ba393e70d984d902b15b9e6876f4d0d38ae4be8

4dd6658edc2dac1d8c87439f7d9632be4bc241c1 authored over 2 years ago by Alex Kocharin <[email protected]>
Fix a bug that can crash deflate on some input when using Z_FIXED.

https://github.com/madler/zlib/commit/5c44459c3b28a9bd3283aaceab7c615f8020c531

a194382b3c74361dae862f3098effa1671419de4 authored over 2 years ago by Alex Kocharin <[email protected]>
Don't bother computing check value after successful inflateSync().

https://github.com/madler/zlib/commit/0d36ec47f310478549c0864f215ab5c0114c49ba

77f1c17c6de53a846e5eca7d8ab7dc6edc7b469b authored over 2 years ago by Alex Kocharin <[email protected]>
Limit hash table inserts after switch from stored deflate.

https://github.com/madler/zlib/commit/2d80d3f6b52f9fa454c26c89d2d6a1790e1cecb0

b57943467960b179931f42fa94445f4211d4afda authored over 2 years ago by Alex Kocharin <[email protected]>
Fix bugs in creating a very large gzip header.

https://github.com/madler/zlib/commit/9674807c82ae06716a678d7374362acdb6f041b5

bee5019c4078ae8881d545bf99309806e407856a authored over 2 years ago by Alex Kocharin <[email protected]>
Fix bug in deflate_stored() for zero-length input.

https://github.com/madler/zlib/commit/bc5503b224b64e2dfafe1f6d6f2dace191eb219d

14eb66909b53d9808d15fb8d92d6ff6277785cac authored over 2 years ago by Alex Kocharin <[email protected]>
Add option to not compute or check check values.

https://github.com/madler/zlib/commit/9852c209ac49c0d8d1192e46115d7c37d4344bbd

+ added macro re...

024d11ee5fae1b75637bf33f2785d646ad3235c3 authored over 2 years ago by Alex Kocharin <[email protected]>
Fix bug that accepted invalid zlib header when windowBits is zero.

https://github.com/madler/zlib/commit/6cef1de7403b553ce8f7e790e38531da6529f34f

8f630ba374669d8916a1addee2975625a17b0070 authored over 2 years ago by Alex Kocharin <[email protected]>
Fix inflateInit2() bug when windowBits is 16 or 32.

https://github.com/madler/zlib/commit/0db8fd371477f42c280ddeee29e6de092fabf948

a98f90806e113d2ecfa320c09592dfcbfc0fc761 authored over 2 years ago by Alex Kocharin <[email protected]>
Sync code with madler/zlib, cosmetic changes only

https://github.com/madler/zlib/commit/5370d99a2affe0b040550cffbc0ba8fa790594b3
https://github.co...

b07a436d3937653f058cca0d26f8036f63333d0b authored over 2 years ago by Alex Kocharin <[email protected]>
Fixing documentation on direct functions (#253)

8a3fa92fd1766bc5230697cc8aa9a157396a01f0 authored over 2 years ago by OrIOg <[email protected]>
2.0.4 released

0398fad238edc29df44f78e338cbcfd5ee2657d3 authored over 3 years ago by Vitaly Puzrin <[email protected]>
dist rebuild

ae27cbccefbeb52ae2018c9abd92712662650673 authored over 3 years ago by Vitaly Puzrin <[email protected]>
Use TextEncoder and TextDecoder if available

fix https://github.com/nodeca/pako/issues/228

26dff4fb3472c5532b3bd8856421146d35ab7592 authored over 3 years ago by Alex Kocharin <[email protected]>
Change tests to use binary comparision with fixtures

1ac0a4c7ec63b229c6a00f337a2872a6c57530e8 authored over 3 years ago by Alex Kocharin <[email protected]>
Typo fix (#225)

b967322befc5cc9ca05e6a91a2c24f7b9fdb3292 authored over 3 years ago by oldshensheep <[email protected]>
typo fix

6f40f480e58113d81b5c4ec091001560d068f8b2 authored almost 4 years ago by Vitaly Puzrin <[email protected]>
2.0.3 released

2db010f0a8608e9affedd949f24eb130d9589e93 authored almost 4 years ago by Vitaly Puzrin <[email protected]>
dist rebuild

9ca8060c3383beda11eee4592101394de2d3739e authored almost 4 years ago by Vitaly Puzrin <[email protected]>
Add everything to package exports

108a89b0acb345b6cbbee4fc8537094fb459b613 authored almost 4 years ago by Vitaly Puzrin <[email protected]>
Add package.json export, close #211

b93a6e5643e395b58d8d2d36a433d4e326a776ec authored almost 4 years ago by Vitaly Puzrin <[email protected]>
Typo fix

356c5764489940aef8f30cf25c6718626ac9a245 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Update funding info

034669ba0f1a4c0590e45f7c2820128200f972b3 authored about 4 years ago by Vitaly Puzrin <[email protected]>
dev deps bump

5257feb02e3dff185f82cab55197c48ae802e5a3 authored about 4 years ago by Vitaly Puzrin <[email protected]>
CI badge update

881208ae7741bde053683811dad00adb91d2cff6 authored about 4 years ago by Vitaly Puzrin <[email protected]>
CI: Travis => Github Actions

f3f3691203caf576800c56c54d9bf923f166b620 authored about 4 years ago by Vitaly Puzrin <[email protected]>
2.0.2 released

45cce9f4d67dcd446e753a70ec31a56955ac20fc authored about 4 years ago by Vitaly Puzrin <[email protected]>
dist rebuild

b3861d9a669622e657c917497358377ef6844c18 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Fix esm build named exports

d0382badcc60e1c08b51ea0aec10528e8565e1b6 authored about 4 years ago by Vitaly Puzrin <[email protected]>
2.0.1 released

8d5f9c70f892cd741775977dfbae882ac4694865 authored about 4 years ago by Vitaly Puzrin <[email protected]>
dist rebuild

70ee7697ac8d81b81294abd48a5298384fe6520e authored about 4 years ago by Vitaly Puzrin <[email protected]>
Add `module` entry for some bundlers

bd90fca738e1e0c953fb78f795d10159e9cd5582 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Rename module build .js => .mjs to fix node import (#200)

84d6931fe8bbec4eccf383b3b7bdeec9d95a69eb authored about 4 years ago by Igor Novozhilov <[email protected]>
2.0.0 released

52df0c510f2533924ea4718537d1fb43e8a6f7aa authored about 4 years ago by Vitaly Puzrin <[email protected]>
dist rebuild

a8faeffc94bd133e7c416eda6c18f3c649bc25df authored about 4 years ago by Vitaly Puzrin <[email protected]>
Added esm build, #97

b4d9a94488196d9da93b7d5f521efbb8a3a81adc authored about 4 years ago by Vitaly Puzrin <[email protected]>
Update benchmarks info, close #112

ab9b7fecde684c42cbafc9ec5442dd209526ac9e authored about 4 years ago by Vitaly Puzrin <[email protected]>
Move hasher to separate function

677ba487ed68f072fba782b5bf55e8b1007357f4 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Moved exported constants to `.constants`.

56381058930861d8c4821e8c00683baf659e2b75 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Rewrite top level wrappers

cb6d67d157a8139105a651567472d7bebd96afec authored about 4 years ago by Vitaly Puzrin <[email protected]>
Inflate: use max window size by default, #174

ec116f6f405fc7b72368ac2cda9c54d31bcb4103 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Revert #57, close #196

4e8ff8e74acca9211bb22c6c2f376f1625b175cd authored about 4 years ago by Vitaly Puzrin <[email protected]>
Move to es6

505e36d9f021a27f14e02d46a84db307a2f8150f authored about 4 years ago by Vitaly Puzrin <[email protected]>
Tweak benchmarks

f681f66fd32e541e95bef4201569489ef2be9e9a authored about 4 years ago by Vitaly Puzrin <[email protected]>
Cleanup example

6607dbc18a07d8f5ec1614647b2beb9f84021bcc authored about 4 years ago by Vitaly Puzrin <[email protected]>
Cleanup tests

9f5e7dcefcee8b49f1470ae35e86d960cecfe3d4 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Removed `Array` support

f5c3c29848d4b4c4610740d98dd1d3de1cfb1398 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Removed binary strings support

23563dfae92cec9223804311a16636477ea6d7ab authored about 4 years ago by Vitaly Puzrin <[email protected]>
Removed support of `Inflate` & `Deflate` instance create without `new`

9c91d1b852f75c982d52e85e3ffd42881054788f authored about 4 years ago by Vitaly Puzrin <[email protected]>
Drop mocha.opts

d1f036d2c2e720c2670ca4d74ef62d7e9ff82d52 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Remove outdated test to cleanup coverage report

- uglify-js not used anymore

bba67326f71dcf0768b5e76f01ba4292c7508018 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Drop Makefile

1f73088efa5338251d7ac9457e261608797792b7 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Automate doc publish

2613521920ca77ab0d8bf42f164895874c78f122 authored about 4 years ago by Vitaly Puzrin <[email protected]>
browserify => rollup.js

5b28b9ad26b557df2cb9d4b55d0996a39f1fc538 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Drop bower.json

2cfc22b8173af04494db6f7ad92be19a5ecc4b59 authored about 4 years ago by Vitaly Puzrin <[email protected]>
eslint: move ignore patterns to main config

a7257c3aea4d433a7a5809a1d132bd695c30dfbd authored about 4 years ago by Vitaly Puzrin <[email protected]>
Drop orphaned tests

89b5e653fa11b9521fb721609a22119f8f27eee1 authored about 4 years ago by Vitaly Puzrin <[email protected]>
istanbul => nyc

a547a41e925f5974d334f24b625129cd94636fb8 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Dev deps bump

97a10857293b68e4ef4e6d85d0ad30cac84d2e36 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Move benchmark deps to separate place & create usage memo

a51fc3671e6d94bc256025e82bdc4f8e6605b297 authored about 4 years ago by Vitaly Puzrin <[email protected]>
Pin node.js version to fix zlib tests

56e68c75dc8f7eb233d6aa7c75659583f5431a48 authored over 4 years ago by Vitaly Puzrin <[email protected]>
reaadme cleanup

c715679bfdc3f15faba6628c2311ca7dc6bfeb7f authored almost 5 years ago by Vitaly Puzrin <[email protected]>
1.0.11 released

a718e4f6e5ce87b0964d8f84541d92a23263365b authored almost 5 years ago by Vitaly Puzrin <[email protected]>
Browser files rebuild

83a6096965f9d4240c10073b2436c084f4ebb58b authored almost 5 years ago by Vitaly Puzrin <[email protected]>
Travis-CI: node version bump

d8f85b39d594400e92d33d126e490f835fdf3138 authored almost 5 years ago by Vitaly Puzrin <[email protected]>
Fix tests in node 12+, close #179

2fa56efc8f75642ffc2f03440a0269830978c8b6 authored almost 5 years ago by Vitaly Puzrin <[email protected]>
readme: update titelift info

4210cf2667dfd0deb05cbbf60bdf9042a7c00b7c authored about 5 years ago by Vitaly Puzrin <[email protected]>
changelog format update

5c917ffea9057e098743d9d53160b86bb2718f3a authored about 5 years ago by Vitaly Puzrin <[email protected]>
README: add Tidelift link

c5cc5d2f8ab6d17e2302b11e7ab5adb5d986f992 authored over 5 years ago by Vitaly Puzrin <[email protected]>
Merge pull request #172 from kyranet/patch-1

style: Added missing semicolons

dbab16e12be930a758f8401f0d5151e83a0d392f authored over 5 years ago by Vitaly Puzrin <[email protected]>
style: Added missing semicolons

Avoid automated semicolon insertion and made semicolons consistent with the rest of the file.

5f38868ddb54f29a97ecae77f95b3e4ffef3153a authored over 5 years ago by Antonio Román <[email protected]>
Create FUNDING.yml

891b5bc09681d1f489a13046e5a09267d01f1f26 authored over 5 years ago by Vitaly Puzrin <[email protected]>
1.0.10 released

69798959ca01d40bc692d4fe9c54b9d23a4994bf authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Browser files rebuild

6d519932d219cf21a9756bb9b85a02a990f0aabe authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Lock uglify-js to fix minified version, #161

0ce0d886c18bab703794443d2318c9892e41c268 authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Add simple minifier test, #161

f256ab91b547e346927bdf3563250b4b447957c2 authored almost 6 years ago by Vitaly Puzrin <[email protected]>
1.0.9 released

731065b150f0d62a23ea6c3574c8c6223a16004d authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Browser files rebuild

a2def3748faab57ede50c8ac4e7724c47e12c26f authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Fix Buffer.from warning in last node.js versions, close #154

54c6ca95a11730f35541eaa2f8a1f5c7c9fc5f7e authored almost 6 years ago by Vitaly Puzrin <[email protected]>
1.0.8 released

021f307fa3a64d9b04a9a44ec721acfd71640fcc authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Browser files rebuild

5240997ac13df330c2a456fe17ea004c4ca32f1b authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Fix for raw inflate with dictionary (#156)

Fixes https://github.com/nodeca/pako/issues/155
`inflateSetDictionary()` is called at different...

44b15356e490c8156ae15f0e0460fd49c663d4f3 authored almost 6 years ago by Vitaly Puzrin <[email protected]>
Check return code of inflateSetDictionary()

a28d0181cb155d3068415d8d7a6109e11d5fc241 authored almost 6 years ago by Ľubor Illek <[email protected]>
Added basic tests for inflate with dictionary as Uint8Array or ArrayBuffer

b4f1c205efdf998f512cbf5484445fc0b30f8051 authored almost 6 years ago by Ľubor Illek <[email protected]>
Replaced Buffer() in inflate tests with dictionary.

cfc92c2fb860f9c8923fc938c970fd8727cc7e84 authored almost 6 years ago by Ľubor Illek <[email protected]>
Fix for raw inflate with directory

919ad7f228efe38250907337fb8cb7d664b4c9c5 authored almost 6 years ago by Ľubor Illek <[email protected]>