Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
@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,052 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.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.