
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.
@doist/eslint-config
Advanced tools
@doist/eslint-config
Doist ESLint config.
npm install --save-dev @doist/eslint-config
.eslintrc
{
// ...
"extends": [
// ...
// Core set of rules, recommended for all projects.
"@doist/eslint-config/recommended",
// Additional rules requiring type information (recommended for TypeScript projects).
"@doist/eslint-config/recommended-type-checked",
// Additional rules for sorting/grouping import statements (optional)
"@doist/eslint-config/simple-import-sort"
// Recommended for projects using React.
"@doist/eslint-config/react"
],
// When using `recommended-type-checked`,
// you need to link to `tsconfig.eslint.json` file (see section below) for the project.
"parserOptions": {
"project": "tsconfig.eslint.json"
}
}
For type-based rules to work, project's tsconfig.json
file needs to be specified in parserOptions.project
. If you want to lint files not included in build, we recommend
creating a separate tsconfig.eslint.json
config and specifying it instead of the default one.
This project uses semantic versioning. A new version will be published to both npm and GitHub Package Registry when a new tag is pushed. Please make sure an entry is added to CHANGELOG.md.
git checkout main
npm version <major|minor|patch>
git push --follow-tags
FAQs
> Doist global [eslint](https://eslint.org) config.
The npm package @doist/eslint-config receives a total of 41 weekly downloads. As such, @doist/eslint-config popularity was classified as not popular.
We found that @doist/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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.