
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
@uniswap/eslint-config
Advanced tools
Uniswap ESLint config to enforce coding standards and best practices.
yarn add --dev eslint @uniswap/eslint-config
Make sure to include
require('@uniswap/eslint-config/load')
at the top of your ESLint config. This loads a@rushstack/eslint-patch/modern-module-resolution
patch so that ESLint loads any plugins installed by this package.
require('@uniswap/eslint-config/load')
module.exports = {
extends: '@uniswap/eslint-config/node'
}
or:
require('@uniswap/eslint-config/load')
module.exports = {
extends: '@uniswap/eslint-config/react'
}
If you're a VSCode user, consider installing the official ESLint plugin and copying ./.vscode/settings.json
to your own .vscode/settings.json
configuration file. This will automatically run eslint --fix
on save.
FAQs
Uniswap ESLint config
The npm package @uniswap/eslint-config receives a total of 2,806 weekly downloads. As such, @uniswap/eslint-config popularity was classified as popular.
We found that @uniswap/eslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 19 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.
Security News
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.