
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.
@dmno/fastify-integration
Advanced tools
Fastify plugin to use configuration and secrets from DMNO
Check out the docs for more information on how to use DMNO + Fastify.
If you have any questions, please reach out to us on Discord.
Provides tooling to integrate DMNO into your Fastify app
npm add @dmno/fastify-integration
Import and register the dmnoFastifyPlugin
when you initialize Fastify.
import Fastify from 'fastify';
import { dmnoFastifyPlugin } from '@dmno/fastify-integration';
const fastify = Fastify({ /* your config */ })
// register the DMNO fastify plugin
fastify.register(dmnoFastifyPlugin);
Adjust your package json script to run via dmno run
, which will first resolve and validate your config, and then inject it into the running process.
{
"name": "your-fastify-app",
"scripts": {
"dev": "dmno run -w -- nodemon src/main.js",
"start": "dmno run -- node src/main.js"
},
// ...
}
FAQs
Fastify plugin to use configuration and secrets from DMNO
The npm package @dmno/fastify-integration receives a total of 1 weekly downloads. As such, @dmno/fastify-integration popularity was classified as not popular.
We found that @dmno/fastify-integration demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.