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.
eslint-config-iamturns
Advanced tools
ESLint rules for my projects.
Includes Airbnb JavaScript Style Guide with React, Prettier, TypeScript (optional), and Jest.
See create-exposed-app for example setup.
This module is distributed via npm which is bundled with Node.js.
Install dependencies. ESLint plugins must also be installed.
npm install eslint-config-iamturns \
eslint-plugin-import@^2.14.0 \
eslint-plugin-jsx-a11y@^6.1.1 \
eslint-plugin-react@^7.11.0 \
--save-dev
Within your ESLint config file:
module.exports = {
extends: ["iamturns"],
rules: {},
}
Install additional dependency:
npm install @typescript-eslint/eslint-plugin@^1.0.0 --save-dev
Within your ESLint config file:
module.exports = {
extends: ["iamturns/typescript"],
rules: {},
}
Including and enabling features reduces the need for any additional configuration within consumers.
This may come at a very small speed penalty. If this becomes a problem, you can disable the features within your eslintrc.js
.
Authored and maintained by Matt Turnbull (iamturns.com / @iamturns)
To all contributors (if you exist) - thank you!
Open source licensed as MIT.
FAQs
ESLint rules for my projects
We found that eslint-config-iamturns demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.