Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
@clipchamp/tslint-config
Advanced tools
Clipchamp's TypeScript configuration. Consistent code a day keeps the linter away
This repository holds all sharable rules between our Typescript based libraries, tools and apps. For example, if you are writing a Typescript library, you may want to only lint Typescript, with no Angular rules.
Get up and running by installing the npm package: @clipchamp/tslint-config
npm install --save-dev @clipchamp/tslint-config
And don't forget the peer dependencies:
The most common scenarios you will have is:
You can achieve this via:
{
"extends": [
"@clipchamp/tslint-config"
]
}
You can achieve this via:
{
"rulesDirectory": [
"node_modules/codelyzer"
],
"extends": [
"@clipchamp/tslint-config/tslint-config-angular"
],
}
FAQs
Clipchamp's TypeScript configuration. Consistent code a day keeps the linter away
We found that @clipchamp/tslint-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 12 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
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.