Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@angular-ru/eslint-config-enterprise
Advanced tools
These rules are the most stringent, which allow you to control all types of data in your project, as well as more strictly determine the order of imports.
$ npm install @angular-ru/eslint-config-enterprise -D
Also you do not need to manually install ESLint, it will always be the newest.
Add to your .eslintrc.json
:
{
"extends": "@angular-ru/eslint-config-enterprise"
}
Check out eslint:
$ eslint "**/*.ts"
.eslintrc.json
or .eslintrc.js
:
{
extends: '@angular-ru/eslint-config-enterprise',
rules: {
// override extended rules
}
}
You can add your own words that will be skipped during the spellcheck.
Create .spellcheckerrc.json
or .spellcheckerrc.js
:
{
"skipWords": ["these", "words", "will", "be", "skipped"]
}
{
"extends": "@angular-ru/eslint-config-enterprise",
"rules": {
"import/no-deprecated": "error"
}
}
FAQs
Angular-RU package
We found that @angular-ru/eslint-config-enterprise demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.