
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.
@coorpacademy/eslint-plugin-coorpacademy
Advanced tools
Common ESLint config for Coorpacademy projects
CoorpAcademy's ESLint rules and configs.
npm install --save-dev eslint @coorpacademy/eslint-plugin-coorpacademy
This package provides multiple configuration for different purposes, that you can apply together in you project as needed. To use them, set the extends
key of your .eslintrc
file and add @coorpacademy/coorpacademy
to your list of plugins.
{
"extends": [
"plugin:@coorpacademy/coorpacademy/core",
"plugin:@coorpacademy/coorpacademy/mocha",
"plugin:@coorpacademy/coorpacademy/ava",
"..."
],
"plugins": [
"@coorpacademy/coorpacademy"
]
}
Available rule sets are:
FAQs
Common ESLint config for Coorpacademy projects
The npm package @coorpacademy/eslint-plugin-coorpacademy receives a total of 783 weekly downloads. As such, @coorpacademy/eslint-plugin-coorpacademy popularity was classified as not popular.
We found that @coorpacademy/eslint-plugin-coorpacademy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.