mapbox/mapbox-sdk-js

"form-data" library is dead, use native FormData

attenzione opened this issue · 3 comments

form-data library is old, abandoned and has deprecation warning with Node 21.

fwiw, none of these remain true (except "old", i guess?)

The previous release, excluding the latest, was almost four years ago, and there are currently 112 open issues.
Although a deprecation warning was fixed in the latest release, it took six months after the PR was initially submitted.
Yes. It's abandoned.

Node 18 (released in April 2022) includes a native FormData API.

Thanks to the maintainers for their excellent work over the years. But perhaps it’s time for it to be a part of history.

@attenzione it was abandoned. It is now no longer abandoned, empirically.

It's perfectly fine to use the native FormData API if you wish! The package, however, is now not abandoned nor does it have a deprecation warning.