wasm-pack icon indicating copy to clipboard operation
wasm-pack copied to clipboard

[email protected]: Package no longer supported

Open donghaoren opened this issue 5 months ago • 0 comments

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-install https://www.npmjs.com/package/simple-binary-install - Seems promising, it doesn't depend on axios, and looks like its using the same API, so replacement should be easy.

donghaoren avatar Sep 02 '25 22:09 donghaoren