
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.
@moltin/eslint-config
Advanced tools

Based heavily on Airbnb JavaScript Style Guide with a few small tweaks.
The core configuration is designed for vanilla ES6 JavaScript, without any frameworks. We also have variations that are designed specifically for each framework below.
Install the npm package to your project
yarn add --dev @moltin/eslint-config
Create .eslintrc
with the following content.
{
"extends": "@moltin"
}
Create .eslintrc
with the following content.
{
"extends": [
"@moltin",
"@moltin/eslint-config/rules/react"
]
}
NOTE: The peer dependencies for React are not installed by default. You will need to the following dependnecies added to your project
yarn add --dev eslint-plugin-react
You can also configure react-a11y
which will help detect accesibility issues within your components.
{
"extends": [
"@moltin",
"@moltin/eslint-config/rules/react",
"@moltin/eslint-config/rules/react-a11y"
]
}
NOTE: The peer dependencies for React a11y are not installed by default. You will need to the following dependnecies added to your project
yarn add --dev eslint-plugin-react eslint-plugin-jsx-a11y
@moltin/eslint-config
FAQs

We found that @moltin/eslint-config 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.
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.