Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-28 | fix(npm): match npm bearer token generation (#26544) | Marvin Hagemeister | |
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-08-14 | feat(node): support `username` and `_password` in `.npmrc` file (#24793) | Asher Gomez | |
Closes #23950 |