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.
@instacart/eslint-config
Advanced tools
Instacart's shared ESLint configuration.
$ yarn add --dev @instacart/eslint-config
To use all of the eslint rules, simply extend the package (@instacart/eslint-config
). This includes rules for TypeScript and integration with Prettier.
// .eslintrc.js
module.exports = {
extends: ['@instacart/eslint-config'],
}
The package allows for selective use by exposing the following configs to extend:
@instacart/eslint-config/core
(required) - core eslint rules for all projects@instacart/eslint-config/react
- rules from eslint-plugin-react, eslint-plugin-react-hooks and eslint-plugin-jsx-a11y@instacart/eslint-config/typescript
- sets up overrides for .ts
/.tsx
files using the parser and rules from typescript-eslint@instacart/eslint-config/prettier
- extends the prettier rule configurations to disable the appropriate eslint rules and adds the prettier plugin for integration with eslint https://prettier.io/FAQs
Instacart's ESLint configuration
The npm package @instacart/eslint-config receives a total of 3,347 weekly downloads. As such, @instacart/eslint-config popularity was classified as popular.
We found that @instacart/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.