
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@codepunkt/eslint-config-react
Advanced tools
opinionated ESLint configuration based on create-react-app that installs with all required dependencies
This package includes a fork of the shareable ESLint configuration used by Create React App.
yarn add -D eslint @codepunkt/eslint-config-react
Then create a file named .eslintrc.js with following contents in the root folder of your project:
module.exports = {
extends: "react-app",
};
That's it! You can override the settings from eslint-config-react-app by editing the .eslintrc.json file. Learn more about configuring ESLint on the ESLint website.
If you want to enable even more accessibility rules, you can create an .eslintrc.js file in the root of your project with this content:
module.exports = {
extends: ["react-app", "plugin:jsx-a11y/recommended"],
plugins: ["jsx-a11y"],
};
FAQs
opinionated ESLint configuration based on create-react-app that installs with all required dependencies
We found that @codepunkt/eslint-config-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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.