Ttakundanashebmuchena-pixelinheavensinfinite.hashnode.dev·23h ago · 1 min readI scanned 200 blockchain npm packages for quantum-vulnerable cryptography. Here's what I found.🌐 Live: https://quantum-audit-site.vercel.app TL;DR: Most Ethereum/Web3 npm packages rely on ECDSA/secp256k1 — an algorithm that a sufficiently large quantum computer will break. I built a CLI tool t00
Ttakundanashebmuchena-pixelinheavensinfinite.hashnode.dev·Jun 10 · 1 min readFix: node-sass is end-of-life — migrate to Dart Sass in one commandnode-sass has been officially deprecated since 2022 and is now end-of-life. It breaks on every new Node.js version upgrade with the error: "Node Sass does not yet support your current environment" Yet10
Ttakundanashebmuchena-pixelinheavensinfinite.hashnode.dev·Jun 10 · 1 min readFix: babel-plugin-transform-flow-strip-types broken in Babel 7 and 8The original babel-plugin-transform-flow-strip-types hasn't been updated in 9 years and breaks silently in Babel 7 and 8 environments. The fix I published a maintained fork that works as a drop-in rep11H