
Security News
npm Introduces minimumReleaseAge and Bulk OIDC Configuration
npm rolls out a package release cooldown and scalable trusted publishing updates as ecosystem adoption of install safeguards grows.
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 31,724 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.

Security News
npm rolls out a package release cooldown and scalable trusted publishing updates as ecosystem adoption of install safeguards grows.

Security News
AI agents are writing more code than ever, and that's creating new supply chain risks. Feross joins the Risky Business Podcast to break down what that means for open source security.

Research
/Security News
Socket uncovered four malicious NuGet packages targeting ASP.NET apps, using a typosquatted dropper and localhost proxy to steal Identity data and backdoor apps.