summaryrefslogtreecommitdiff
path: root/cli/npm/managed/cache
AgeCommit message (Expand)Author
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-24fix: `.npmrc` settings not being passed to install/add command (#26473)Marvin Hagemeister
2024-10-18fix(npm): ensure scoped package name is encoded in URLs (#26390)Marvin Hagemeister
2024-10-15fix(install): retry downloads of registry info / tarballs (#26278)Nathan Whitaker
2024-09-28refactor: move NpmCacheDir to deno_cache_dir (#25916)David Sherret
2024-08-14feat(node): support `username` and `_password` in `.npmrc` file (#24793)Asher Gomez
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek IwaƄczuk
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl
2024-07-13refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)Sean McArthur
2024-06-05fix(npm): use configured auth for tarball urls instead of scope auth (#24111)David Sherret
2024-06-05refactor(npm): improve locking around updating npm resolution (#24104)David Sherret
2024-06-05fix: better handling of npm resolution occurring on workers (#24094)David Sherret
2024-06-03refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)David Sherret
2024-06-03refactor: extract structs for downloading tarballs and npm registry packument...David Sherret