
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.
@fiverr/eslint-config-fiverr
Advanced tools
ESLint configuration & ruleset for Javascript (ES6) + React.
In order to add eslint-config-fiverr to a repository, use npm to add it to the development dependencies.
npm i -D @fiverr/eslint-config-fiverr eslint-plugin-react
Add a .eslintrc
file in the main directory of your repository, in which you define the usage of eslint-config-fiverr as well as repository specific configuration & rules.
This is the basic structure:
{
"extends": "@fiverr/fiverr",
"globals": {},
"rules": {}
}
Include some:
{
"extends": [
"@fiverr/eslint-config-fiverr/rules/base",
"@fiverr/eslint-config-fiverr/rules/es6",
"@fiverr/eslint-config-fiverr/rules/jest",
]
}
Included in @fiverr/fiverr
:
base
: Just the set of ruleses6
: New ES support and rulesreact
: React specific rules and eslint-plugin-react
pluginNeed to be added explicitly:
jest
mocha
"React": true
Configuring your IDE to use ESLint is fairly easy:
cmd
+ ,
You can use either of these plugins:
3.2.6
FAQs
Fiverr's ESLint config
The npm package @fiverr/eslint-config-fiverr receives a total of 147 weekly downloads. As such, @fiverr/eslint-config-fiverr popularity was classified as not popular.
We found that @fiverr/eslint-config-fiverr demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.