
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.
@fastify-decorators/typedi
Advanced tools
fastify-decorators plugin to work with Sequelize
Dependency injection (DI) is widely used mechanism to autowire controller/service dependency. In fastify-decorators DI only available for controllers.
This plugin provides support for integration with TypeDI
Install @fastify-decorators/typedi
and typedi
Use TypeDI container in the app
import { useContainer } from '@fastify-decorators/typedi';
import { fastify } from 'fastify';
import { bootstrap } from 'fastify-decorators';
import { Container } from 'typedi';
useContainer(Container);
export const app = fastify();
app.register(bootstrap, {
directory: import.meta.url,
});
Write services, annotate them with @Service
and inject into controllers using @Inject
from TypeDI
FAQs
fastify-decorators plugin to work with Sequelize
The npm package @fastify-decorators/typedi receives a total of 3,686 weekly downloads. As such, @fastify-decorators/typedi popularity was classified as popular.
We found that @fastify-decorators/typedi demonstrated a not healthy version release cadence and project activity because the last version was released 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
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.