wasm-pack
wasm-pack copied to clipboard
[email protected]: Package no longer supported
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.