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
/
tests
/
registry
/
npm
Age
Commit message (
Expand
)
Author
2024-07-16
fix(cli): Create child node_modules for conflicting dependency versions, resp...
Nathan Whitaker
2024-07-15
fix(node): Fix `--allow-scripts` with no `deno.json` (#24533)
Nathan Whitaker
2024-07-11
fix(node): Ignore broken default install scripts (#24534)
Nathan Whitaker
2024-07-10
fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...
David Sherret
2024-07-10
feat(node): Support executing npm package lifecycle scripts (preinstall/insta...
Nathan Whitaker
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-11
fix(npm): resolve dynamic npm imports individually (#24170)
David Sherret
2024-06-08
fix(ext/node): lossy UTF-8 read node_modules files (#24140)
Luca Casonato
2024-06-05
fix(npm): use configured auth for tarball urls instead of scope auth (#24111)
David Sherret
2024-05-29
fix(cli): Prefer npm bin entries provided by packages closer to the root (#24...
Nathan Whitaker
2024-05-28
feat(vendor): support modifying remote files in vendor folder without checksu...
David Sherret
2024-05-23
fix(npm): set up node_modules/.bin/ entries for package that provide bin entr...
Bartek IwaĆczuk
2024-05-21
fix(cli): use CliNodeResolver::resolve() for managed node_modules (#23902)
Nayeem Rahman
2024-05-10
fix(node): better cjs re-export handling (#23760)
David Sherret
2024-05-07
chore: fix flaky net_listen_allow_localhost_4555 (#23726)
David Sherret
2024-05-07
chore(test): move npm registries to separate servers and to the `tests/regist...
David Sherret