LibertyDSNP / parquetjs

Fully asynchronous, pure JavaScript implementation of the Parquet file format with additional features
MIT License
43 stars 24 forks source link

Swap brotli dependency #123

Closed wilwade closed 3 months ago

wilwade commented 3 months ago

Per @ MaTiAtSIE via https://github.com/LibertyDSNP/parquetjs/issues/120#issuecomment-1997057706

Switch from the older, non-maintained wasm-brotli to the newer and maintained brotli-wasm.

Drop in swap, all tests still pass.

Closes #120