Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-20 | chore: update copyright year (#13434) | Yoshiya Hinosawa | |
2021-07-30 | chore: upgrade Rust to 1.54.0 (#11554) | Yusuke Tanaka | |
2021-07-06 | refactor: use primordials in extensions/web (#11273) | Bartek IwaĆczuk | |
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com> | |||
2021-07-05 | refactor: introduce primordials for web/streams (#11251) | Luca Casonato | |
2021-07-03 | chore: add TypedArray to primordials typings (#11236) | Luca Casonato | |
2021-07-02 | refactor: use primordials for extensions/webidl (#11227) | Luca Casonato | |
2021-07-02 | refactor: introduce primordials (#10939) | Luca Casonato | |
This commit introduces primordials to deno_core. Primordials are a frozen set of all intrinsic objects in the runtime. They are not vulnerable to prototype pollution. |