
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.
@mizdra/eslint-config-mizdra
Advanced tools
ESLint config for @mizdra
Install along with all compatible peerDeps:
npx install-peerdeps @mizdra/eslint-config-mizdra --dev --yarn
If you don't need all the peerDeps, you can install them manually:
# basic
yarn add -D @mizdra/eslint-config-mizdra eslint eslint-plugin-import
# for +typescript
yarn add -D @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript
# for +react
yarn add -D eslint-plugin-react eslint-plugin-react-hooks
# for +prettier
yarn add -D eslint-config-prettier eslint-plugin-prettier prettier
module.exports = {
root: true,
extends: ['@mizdra/mizdra', '@mizdra/mizdra/+typescript', '@mizdra/mizdra/+react', '@mizdra/mizdra/+prettier'],
env: {
node: true, // for jest
jest: true, // for jest
},
rules: {
// your favorite rules
},
};
$ git switch develop
$ yarn version --no-git-tag-version
$ git commit -am "vX.X.X"
$ gh pr create --web --base master --title "Release vX.X.X"
## When you merge PR, the package will be published automatically
FAQs
ESLint config for @mizdra
The npm package @mizdra/eslint-config-mizdra receives a total of 362 weekly downloads. As such, @mizdra/eslint-config-mizdra popularity was classified as not popular.
We found that @mizdra/eslint-config-mizdra 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.