
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
php-dbg-wasm
Advanced tools
Find php-dbg-wasm on npm
Run the phpdbg runtime in Node.js or ESM-capable browser contexts.
npm install php-dbg-wasm
import { PhpDbgNode } from 'php-dbg-wasm/PhpDbgNode';
const php = new PhpDbgNode();
await php.run();
await php.provideInput('help');
On current Node releases, the core PhpDbgNode entrypoint can be consumed from either ESM or CommonJS:
const { PhpDbgNode } = require('php-dbg-wasm/PhpDbgNode');
const php = new PhpDbgNode();
await php.run();
await php.provideInput('help');
Runtime-loadable extension helper JS packages remain ESM-only; provide extension assets manually through the runtime constructor options when you need to bypass the helper packages.
For broader project documentation, see:
FAQs
phpdbg for wasm.
We found that php-dbg-wasm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.