1. Publish an npm package with an unpinned git dependency.
2. Get usage and wait many months.
3. Push a malicious commit to the git dependency's repo.
1. Publish an npm package with an unpinned git dependency.
2. Get usage and wait many months.
3. Push a malicious commit to the git dependency's repo.
I believe this should help reduce the chance of malicious config launching an executable in a trusted workspace.
I believe this should help reduce the chance of malicious config launching an executable in a trusted workspace.
This release adds initial support for formatting with a global config file.
github.com/dprint/dprin...
This release adds initial support for formatting with a global config file.
github.com/dprint/dprin...
We previously used an "exec" plugin to do this with go tool, but it was slow to run, and worse in parallel (and... Windows 😑).
Now it's fast!
We previously used an "exec" plugin to do this with go tool, but it was slow to run, and worse in parallel (and... Windows 😑).
Now it's fast!
👉 youtu.be/f6eofqicw_s
#RustLang #RustConference #EuroRust
👉 youtu.be/f6eofqicw_s
#RustLang #RustConference #EuroRust
@dsherret.bsky.social will walk us through the JSR package registry: why it exists, how it improves on previous approaches such as HTTPS specifiers, and the design decisions behind its module resolution.
Schedule, speakers & more info: squiggleconf.com
@dsherret.bsky.social will walk us through the JSR package registry: why it exists, how it improves on previous approaches such as HTTPS specifiers, and the design decisions behind its module resolution.
Schedule, speakers & more info: squiggleconf.com
✅ adds to your module graph
✅ type checking
✅ works with deno bundle and deno compile
deno.com/blog/v2.4#im...
✅ adds to your module graph
✅ type checking
✅ works with deno bundle and deno compile
deno.com/blog/v2.4#im...
This is using Rolldown's and Deno's crates respecting Deno's lockfile, config discovery, and resolution. Finally Deno's crates have been refactored enough for this to be feasible (~500 LOC). I'll update with more details later.
This is using Rolldown's and Deno's crates respecting Deno's lockfile, config discovery, and resolution. Finally Deno's crates have been refactored enough for this to be feasible (~500 LOC). I'll update with more details later.
This is using Rolldown's and Deno's crates respecting Deno's lockfile, config discovery, and resolution. Finally Deno's crates have been refactored enough for this to be feasible (~500 LOC). I'll update with more details later.