
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy 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.
The npm package @groww-tech/eslint-plugin-internal receives a total of 631 weekly downloads. As such, @groww-tech/eslint-plugin-internal popularity was classified as not popular.
We found that @groww-tech/eslint-plugin-internal demonstrated a healthy version release cadence and project activity because the last version was released less than 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.