Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@uswitch/eslint-config
Advanced tools
An eslint config for Uswitch
Install
npm install @uswitch/eslint-config
Add to .eslintrc
{
"extends": [ "@uswitch" ]
}
or in package.json
"eslintConfig": {
"extends": [ "@uswitch" ]
}
You will need the peer dependencies, easiest is to add the following to your project's dependencies
in package.json and then npm install
"eslint": "^7",
"eslint-plugin-flowtype": "^5",
"eslint-plugin-import": "^2",
"eslint-plugin-jest": "^24",
"eslint-plugin-jsx-a11y": "^6",
"eslint-plugin-no-secrets": "^0.8",
"eslint-plugin-node": "^11",
"eslint-plugin-prettier": "^3",
"eslint-plugin-promise": "^4",
"eslint-plugin-react": "^7",
"eslint-plugin-react-hooks": "^4",
"eslint-plugin-security": "^1",
"eslint-plugin-unicorn": "^28",
"eslint-plugin-you-dont-need-momentjs": "^1",
"prettier": "^2"
FAQs
An eslint config for Uswitch
The npm package @uswitch/eslint-config receives a total of 14 weekly downloads. As such, @uswitch/eslint-config popularity was classified as not popular.
We found that @uswitch/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 22 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.