
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
Tiny SwiftLint wrapper for npm. SwiftLint must still be installed and swiftlint must be on your PATH.
Invocations of node-swiftlint on Linux/Windows print a warning and pass.
This package supports cosmiconfig like Prettier does, instead of just .swiftlint.yml.
Install SwiftLint.
brew install swiftlint
Install the wrapper in your project:
npm install -D swiftlint
Add a script to your project's package.json:
"scripts": {
"swiftlint": "node-swiftlint",
...
}
Add SwiftLint configuration.
This wrapper will use any existing .swiftlint.yml files (read cosmiconfig's README for more options), but we recommend using @ionic/swiftlint-config. See usage instructions.
Lint in your project! :tada:
npm run swiftlint
FAQs
Tiny SwiftLint wrapper for npm
The npm package swiftlint receives a total of 35,705 weekly downloads. As such, swiftlint popularity was classified as popular.
We found that swiftlint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.