
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
eslint-config-seekingalpha-react
Advanced tools
SeekingAlpha's sharable React.js ESLint config
This package includes the shareable ESLint config used by SeekingAlpha.
Install ESLint and all Peer Dependencies:
npm install eslint@9.32.0 eslint-plugin-jsx-a11y@6.10.2 eslint-plugin-react@7.37.5 eslint-plugin-react-hooks@5.2.0 --save-dev
Install SeekingAlpha shareable ESLint:
npm install eslint-config-seekingalpha-react@latest --save-dev
This shareable config includes all rules from following plugins:
Simply use the eslint.config.js in your project with the configuration:
import reactConfig from 'eslint-config-seekingalpha-react';
export default [
{
plugins: {
...reactConfig.plugins,
},
rules: {
...reactConfig.rules,
},
},
];
MIT © SeekingAlpha
FAQs
SeekingAlpha's sharable React.js ESLint config
The npm package eslint-config-seekingalpha-react receives a total of 507 weekly downloads. As such, eslint-config-seekingalpha-react popularity was classified as not popular.
We found that eslint-config-seekingalpha-react demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.