A (WIP) Extremely fast JavaScript linter and Rust crate - RDambrosio016/RSLint... (more…)
Read more »
In one of my many deep-dives about JavaScript, I came across generators. They looked interesting. Then, I looked for some use-cases for generators. And looked. And looked. (more…)
Read more »
Today at work I was tasked with iterating over a JavaScript (TypeScript) object to find a particular property or key nested somewhere within the object. The tricky part is the object can have infinite nesting, so we don’t know how deep we need to dig to f... (more…)
Read more »
scanner detecting the use of JavaScript libraries with known vulnerabilities. Can also generate an SBOM of the libraries it finds. - RetireJS/retire.js... (more…)
Read more »