
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
eslint-config-gobold
Advanced tools
From the ESLint team: ESLint Shareable Configs
$ npm i eslint-config-gobold eslint
Add to your .eslintrc
{
"extends": "gobold"
}
To use the es6 rule set:
$ npm i eslint-config-gobold babel-eslint eslint
Add this to your .eslintrc:
{
"extends": "gobold/es6"
}
To use the React rule set:
$ npm i eslint-config-gobold eslint-plugin-react eslint
Add this to your .eslintrc:
{
"extends": "gobold/react"
}
You can use any combination of these shareable configs.
Install the dependencies:
$ npm i eslint-config-gobold babel-eslint eslint-plugin-react eslint
.eslintrc:
{
"extends": [
"gobold",
"gobold/es6",
"gobold/react"
]
}
Eslint config properties like env
or globals
are
project specific. Set them in your own .eslintrc file.
Override with your own rules in your .eslintrc file.
For instance:
{
"env": {
"browser": true
},
"globals": {
"React": true
},
"extends": [
"gobold",
"gobold/react"
]
}
FAQs
Bold Financial ESLint Config
The npm package eslint-config-gobold receives a total of 0 weekly downloads. As such, eslint-config-gobold popularity was classified as not popular.
We found that eslint-config-gobold demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.