
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
fastify-sequelize2
Advanced tools
Fastity plugin work with Sequelize (adapter for NodeJS -> Sqlite, Mysql, Mssql, Posgres)
Fastity plugin work with Sequelize (adapter for NodeJS -> Sqlite, Mysql, Mssql, Posgres)
npm install fastify-sequelize2
const fastify = require('fastify')()
const fsequelize = require('fastify-sequelize2')
const sequelizeConfig = {
instance: 'sequelize', // the name of fastify plugin instance.
autoConnect: true, // auto authentication and test connection on first run
// other sequelize config goes here
dialect: 'sqlite',
// SQLite only
storage: 'path/to/db.sqlite'
}
fastify
.register(fsequelize, sequelizeConfig)
.ready()
fastify.listen(3000, () => {
console.log('> listening on port 3000')
})
instance
: (optional) the name of instance will be mapped to fastify, default is sequelize
autoConnect
: default: true
auto authentication and test connection on first run.sequelizeConfig
: all sequelize configurations, you can see here.FAQs
Fastity plugin work with Sequelize (adapter for NodeJS -> Sqlite, Mysql, Mssql, Posgres)
The npm package fastify-sequelize2 receives a total of 1 weekly downloads. As such, fastify-sequelize2 popularity was classified as not popular.
We found that fastify-sequelize2 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.