summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc_password_no_username
AgeCommit message (Collapse)Author
2024-10-18fix(npm): ensure scoped package name is encoded in URLs (#26390)Marvin Hagemeister
Fixes https://github.com/denoland/deno/issues/26385
2024-08-31chore: remove DENO_FUTURE=1 from spec tests (#25329)Bartek IwaƄczuk
Towards https://github.com/denoland/deno/issues/25241
2024-08-14feat(node): support `username` and `_password` in `.npmrc` file (#24793)Asher Gomez
Closes #23950