Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
eslint-config-muriki
Advanced tools
An excellent ESLint config you should totally use.
npm install --save-dev eslint eslint-config-muriki
Create your .eslintrc.js
file.
module.exports = {
extends: [
'muriki'
]
}
Muriki config is split up in different modules you can combine at your own liking.
module.exports = {
extends: [
// potential errors and best practices
'muriki/base',
// style rules
'muriki/style',
// environments
'muriki/env/browser',
'muriki/env/node-ish', // for bundled JavaScript, include after browser for looser rules
'muriki/env/node', // extends node-ish
'muriki/env/node-script', // extends node - some rules loosened up
'muriki/env/test', // loosen up some rules, import after node/browser
'muriki/env/test-mocha', // extends test
// node version
'muriki/es/2015', // rules specific for es2015
'muriki/es/2016', // rules specific for es2016
// extra
'muriki/react', // rules specific for React
'muriki/react-jsx', // extends react
]
}
Extending the default [extends: ['muriki']
] include base
and style
.
FAQs
My extensive, opinionated ESLint config.
The npm package eslint-config-muriki receives a total of 18 weekly downloads. As such, eslint-config-muriki popularity was classified as not popular.
We found that eslint-config-muriki 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
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.