
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
@nodejs-loaders/svgx
Advanced tools
$ npm i -D @nodejs-loaders/svgx
$ node --import @nodejs-loaders/svgx main.js
See README.md in the repository's root for more details.
Environment: test
Compatible APIs:
This loader facilitates running tests against JSX/TSX components that consume SVGs as JSX/TSX. It looks for a esbuild.config.mjs in the project root (the current working directory); if your config lives in a different location, create a symlink to it from your project root. Only options for esbuild's "transform" API are valid (esbuild handles looking for a tsconfig). When none is found, it uses a few necessary default.
If your project contains legacy specifiers (eg without a file extension), use the `correct-ts-specifiers`` codemod to fix your source-code.
This loader depends on @nodejs-loaders/text and @nodejs-loaders/tsx, which must be registered after it, like:
module.register(`@nodejs-loaders/svgx`);
module.register(`@nodejs-loaders/text`);
module.register(`@nodejs-loaders/tsx`);
.svgFAQs
Extend node to support SVG as JSX via customization hooks.
We found that @nodejs-loaders/svgx demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
/Security News
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain