
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.
eslint-config-kivra
Advanced tools
Universal ESLint rules for all Kivra projects
$ npm install eslint-config-kivra --save-dev
Add the following lines to package.json
"eslintConfig": {
"extends": "eslint-config-kivra"
}
Alternatively if you want to override certain rules, create a file named .eslintrc.json
with the following structure:
{
"extends": "eslint-config-kivra",
"rules": {}
}
And don't include the following lines in package.json
(since eslint will default to .eslintrc.json
):
"eslintConfig": {
"extends": "eslint-config-kivra"
}
This is a public npm package and can easely be published from the terminal:
$ npm login
(use your own npm user and get added to Kivra organization)
$ npm version major|minor|patch
$ npm publish
FAQs
Universal ESLint rules for all Kivra projects
The npm package eslint-config-kivra receives a total of 8 weekly downloads. As such, eslint-config-kivra popularity was classified as not popular.
We found that eslint-config-kivra demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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.