Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
sdu-react-scripts
Advanced tools
Generic scripts and config files for your next React project
npm install -D sdu-react-scripts
If you want to use this ESLint configuration in a React project, you can install it with the following steps.
First, install this package, ESLint and the necessary plugins.
npm install --save-dev eslint@7.x @typescript-eslint/eslint-plugin@3.x @typescript-eslint/parser@3.x eslint-config-react-app@5.x eslint-config-standard@14.x eslint-import-resolver-typescript@2.x eslint-plugin-flowtype@5.x eslint-plugin-import@2.x eslint-plugin-jsx-a11y@6.x eslint-plugin-node@11.x eslint-plugin-promise@4.x eslint-plugin-react@7.x eslint-plugin-react-hooks@4.x eslint-plugin-simple-import-sort@5.x eslint-plugin-standard@4.x
Then create a file named .eslintrc.json with following contents in the root folder of your project:
module.exports = {
extends: ['./node_modules/sdu-react-scripts/config/eslint'],
}
You can add or overwrite the ESLint rules if you want to.
But if you totally wish to eject from sdu-react-scripts
run npx sdu-react-scripts eslint-eject
FAQs
Generic scripts and config files for your next React project
The npm package sdu-react-scripts receives a total of 5 weekly downloads. As such, sdu-react-scripts popularity was classified as not popular.
We found that sdu-react-scripts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.