1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-28 16:20:57 -05:00
denoland-deno/cli/npm
Marvin Hagemeister 6ef2875395
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-30 00:16:11 +01:00
..
managed fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-25 02:09:38 +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-30 00:16:11 +01:00
mod.rs fix: .npmrc settings not being passed to install/add command (#26473) 2024-10-25 02:09:38 +02:00