index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
npm
/
tarball.rs
Age
Commit message (
Expand
)
Author
2023-06-13
fix(npm): warn when tarball contains hardlink or symlink (#19474)
David Sherret
2023-04-06
refactor(npm): use deno_npm and deno_semver (#18602)
David Sherret
2023-02-22
refactor: use deno_graph for npm specifiers (#17858)
David Sherret
2023-02-15
refactor: use deno_graph's semver and npm structs (#17791)
David Sherret
2023-01-31
refactor(semver): generalize semver related structs (#17605)
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-06
fix(npm): support old packages and registries with no integrity, but with a s...
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-11-08
feat(unstable/npm): support peer dependencies (#16561)
David Sherret
2022-09-01
fix(npm): better node version and version requirement compatibility (#15714)
David Sherret
2022-08-30
fix(npm): skip extracting pax_global_header from tarballs (#15677)
Bartek IwaĆczuk
2022-08-10
feat: add initial internal npm client and dependency resolver (#15446)
David Sherret