
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-danbriggs5-react
Advanced tools
ESLint config that builds on top of [eslint-config-danbriggs5-base](https://www.npmjs.com/package/eslint-config-danbriggs5-base).
ESLint config that builds on top of eslint-config-danbriggs5-base.
# Install
npm install --save-dev --save-exact eslint-config-danbriggs5-react
# Install peer deps
npm install --save-dev --save-exact eslint@5.16.0
npm install --save-dev --save-exact eslint-plugin-import@2.16.0
npm install --save-dev --save-exact eslint-plugin-react@7.13.0
npm install --save-dev --save-exact eslint-plugin-react-hooks@1.6.1
Create a .eslintrc.js file
touch .eslintrc.js
open .eslintrc.js
Paste this snippet in your file
module.exports = {
extends: ['danbriggs5-react'],
};
MIT
FAQs
ESLint config that builds on top of [eslint-config-danbriggs5-base](https://www.npmjs.com/package/eslint-config-danbriggs5-base).
The npm package eslint-config-danbriggs5-react receives a total of 1 weekly downloads. As such, eslint-config-danbriggs5-react popularity was classified as not popular.
We found that eslint-config-danbriggs5-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.