1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/cli/npm
Marvin Hagemeister 5389972ba5
fix(npm): match npm bearer token generation (#26544)
Spend some time stepping through the npm client code and noticed that
the bearer token was different from ours. They do some double encoding
and @dsherret helped me in matching the encoding behavior.

Fixes https://github.com/denoland/deno/issues/26033
2024-10-28 12:08:51 +01:00
..
managed fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-24 20:03:56 +02:00
byonm.rs refactor: improve node permission checks (#26028) 2024-10-04 20:55:41 +01:00
common.rs fix(npm): match npm bearer token generation (#26544) 2024-10-28 12:08:51 +01:00
mod.rs fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-24 20:03:56 +02:00