
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
thrustcurve
Advanced tools
ThrustCurve.org model rocket motor and thrust curve data as a single JSON file
ThrustCurve.org model rocket motor and thrust curve data as a single JSON file.
This module is a thin-and-naive adaptation of the data available on John Coker's exceptional thrustcurve.org website ("TC"). Specifically, it scrapes the ThrustCurve API, does a small amount of data normalization, and generates the data structure presented here. That's it.
What This Means
You know the drill ...
npm i thrustcurve
import thrustcurve from 'thrustcurve';
// `thrustcurve` is a Motor[] array. See `thrustcurve.d.ts` for the structure of Motor objects
for (const motor of thrustcurve) {
console.log(motor); // Spew data for ~1,100 motors to console
}
FAQs
ThrustCurve.org model rocket motor and thrust curve data as a single JSON file
The npm package thrustcurve receives a total of 0 weekly downloads. As such, thrustcurve popularity was classified as not popular.
We found that thrustcurve demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.