-
Notifications
You must be signed in to change notification settings - Fork 463
Open
Description
When I install wasm-pack, npm says:
npm warn deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
It turns out that the binary-install dependency is archived and deprecated on npm (https://www.npmjs.com/package/binary-install). There's also a vulernability with its dependency axios that shows up in npm audit (see e.g., #1481, #1491). Should we consider a replacement?
I found one potential replacement:
simple-binary-installhttps://www.npmjs.com/package/simple-binary-install - Seems promising, it doesn't depend onaxios, and looks like its using the same API, so replacement should be easy.
teobouvard, emonadeo and erikmueller
Metadata
Metadata
Assignees
Labels
No labels