Evidence
axios@1.14.0 dependencies: follow-redirects, form-data, proxy-from-env (3 deps)
axios@1.14.1 dependencies: same 3 + plain-crypto-js (new, not in any prior axios version)
plain-crypto-js has "postinstall": "node setup.js" in its scripts
setup.js is heavily obfuscated — it decodes base64 strings, writes scripts to the OS temp directory, executes them via shell (macOS) or PowerShell (Windows), then deletes itself