Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-18 | fix(npm): ensure scoped package name is encoded in URLs (#26390) | Marvin Hagemeister | |
Fixes https://github.com/denoland/deno/issues/26385 | |||
2024-06-08 | fix(ext/node): lossy UTF-8 read node_modules files (#24140) | Luca Casonato | |
Previously various reads of files in `node_modules` would error on invalid UTF-8. These were cases involving: - reading package.json from Rust - reading package.json from JS - reading CommonJS files from JS - reading CommonJS files from Rust (for ESM translation) - reading ESM files from Rust |