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.
@groww-tech/eslint-plugin-internal
Advanced tools
ESLint Plugin with customized rules as per requirement and preferences of devs in Groww.
ESLint Plugin with customized rules as per requirement and preferences of devs in Groww.
You'll first need to install ESLint:
$ npm i eslint @typescript-eslint/parser --save-dev
Next, install @groww-tech/eslint-plugin-internal
:
$ npm install @groww-tech/eslint-plugin-internal --save-dev
Add internal
to the plugins section of your .eslintrc
configuration file. You can omit the eslint-plugin-
prefix:
{
"plugins": [
"@groww-tech/eslint-plugin-internal"
]
}
Then configure the rules you want to use under the rules section.
{
"parser": "@typescript-eslint/parser",
"rules": {
"@groww-tech/internal/two-line-above-function":"error",
}
}
avoid-negation-unary-if-else
padded-blocks-bottom-if-else-try-catch
prefer-type-alias
two-line-above-function
two-line-between-class-members
This plugin is for use in Groww projects. Use at your own risk.
FAQs
ESLint Plugin with customized rules as per requirement and preferences of devs in Groww.
We found that @groww-tech/eslint-plugin-internal 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’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.