
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.
@inventi/eslint-plugin-reinhard
Advanced tools
@inventi/eslint-plugin-reinhard
Grammar nazi for your INVENTI grab a plate
project.
This ESLint plugin enforces the Frontend Principles.
Assuming you already have ESLint installed, run:
# npm
npm install @inventi/eslint-plugin-reinhard --save-dev
# yarn
yarn add @inventi/eslint-plugin-reinhard --dev
Then extend the recommended eslint config:
{
"extends": [
// ...
"plugin:@inventi/reinhard/recommended"
]
}
If you want more fine-grained configuration, you can instead add a snippet like this to your ESLint configuration file:
{
"plugins": [
// ...
"@inventi/reinhard"
],
"rules": {
// ...
'@inventi/reinhard/no-data-hooks-inside-components': ['error'], // disallow hooks for fetching and mutating data inside regular presentational components
'@inventi/reinhard/no-data-hooks-in-basic-components-dirs': ['error'], // disallow hooks within components directories
'@inventi/reinhard/components-staff-culture': ['error'], // staff culture of components; every component should consist of index.ts, storybook and component
}
}
MIT
yarn remove @inventi/eslint-plugin-reinhard
yarn add --dev file:./src/@packages/eslintPluginReinhard
Add plugin to eslint config - see section Custom Configuration above
FAQs
Grammar nazi for your INVENTI `grab a plate` project.
We found that @inventi/eslint-plugin-reinhard demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.