
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
navy-plugin-nodejs
Advanced tools
A set of helpers to help improve the experience of developing NodeJS applications with Navy
A set of helpers to help improve the experience of developing NodeJS applications with Navy
Create or update a Navyfile.js
alongside your docker-compose.yml
. Make sure you've added this plugin:
module.exports = {
plugins: ["navy-plugin-nodejs"]
}
Make sure you also npm install navy-plugin-nodejs
alongside your Docker Compose config.
npm link
'd modulesWhen using navy develop
with a Node app which has linked node modules, you might run into problems with the symlinks pointing to outside of the Docker container.
This will rewrite your npm link
'd modules to point directly to the repo which is linked, and will also mount your home directory into the container so that symlink can be resolved.
Licensed under the MIT License.
FAQs
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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.