
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/deno-npm-prefix
Advanced tools
Extend node to support a 'npm:' prefix via customization hooks.
npm: prefix loader for Node.jsEnvironments: dev, test
Compatible APIs: module.register, module.registerHooks
This loader enables loading modules using the npm: prefix in Node.js. This syntax is used most notably by Deno to import npm packages.
There is discussion within Node.js to introduce native support for this feature: nodejs/node#44492
After installing the loader and registering it with Node.js, you can use the npm: prefix to import modules from npm. For example:
import express from 'npm:express';
[!NOTE] The resolution still happens in the
node_modulesdirectory, so you must have the package installed.
FAQs
Extend node to support a 'npm:' prefix via customization hooks.
The npm package @nodejs-loaders/deno-npm-prefix receives a total of 9 weekly downloads. As such, @nodejs-loaders/deno-npm-prefix popularity was classified as not popular.
We found that @nodejs-loaders/deno-npm-prefix demonstrated a not healthy version release cadence and project activity because the last version was released 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