LibertyDSNP / parquetjs

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

Use native fetch instead of cross-fetch #135

Closed zcbenz closed 4 months ago

zcbenz commented 4 months ago

The cross-fetch module is causing a deprecation warning when used with Node 22:

(node:70430) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.

There is not much meaning supporting browser/node that does not have a native fetch, I can help removing the dependency if you are okay with it.

enddynayn commented 4 months ago

@zcbenz Thank you for bringing this to our attention. Please feel free to open a PR. Your contribution is appreciated!