5 of 6 standards met
It'll be nice if could have a mode, to avoid downloading in mode. Currently, I parse the existing output in mode and use to extract the last item: I then query GitHub for the checksum of the 2.7.1 version. I then feed this back into . The issue is that 2.7.1 seems to be downloaded twice - once in mode, and then the final one.
Repository: denoland/deno. Description: A modern runtime for JavaScript and TypeScript. Stars: 106288, Forks: 5908. Primary language: Rust. Languages: Rust (58.8%), TypeScript (29.9%), JavaScript (11.3%), CSS (0%), Nix (0%). License: MIT. Homepage: https://deno.com Topics: deno, javascript, rust, typescript. Latest release: v2.7.1 (3d ago). Open PRs: 100, open issues: 2492. Last activity: 10m ago. Community health: 100%. Top contributors: bartlomieju, dsherret, ry, littledivy, nayeemrmn, lucacasonato, kt3k, kitsonk, piscisaureus, crowlKats and others.
Rust
Last 12 weeks · 426 commits
Fixes failing websocket stream WPT tests by updating expired certificates. The web-platform.test certificate expired on June 1, 2024, causing websocket stream tests to fail with TLS certificate errors: This was affecting tests like: Fixed by updating the certificates in with fresh certificates valid until April 2026. Verified the fix by reproducing the certificate error locally and confirming it resolves with the updated certificates.
It's just generally faster at hashing. Small perf improvement but we already use aws-lc-rs elsewhere anyway