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.
eslint-config-mbullington
Advanced tools
"Just works" ESLint/Prettier config for personal projects.
Continuation of @dji-dev/us-web-config
, an open-source project I authored while at DJI Research LLC.
yarn add -D eslint-config-mbullington
Using yarn
is highly recommended but not required.
yarn add --dev eslint @babel/core
If using TypeScript also do:
yarn add --dev typescript
If using GraphQL also do:
yarn add graphql
For ESLint, create an .eslintrc.js
file that has the following:
module.exports = require('eslint-config-mbullington')({
typescript: true,
graphql: false,
react: true,
vue: false,
})
(update the fields accordingly for your project.)
If using VSCode, for easy results you can copy this into .vscode/settings.json
of project:
{
"eslint.enable": true,
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "vue"],
"editor.tabSize": 4
}
Make sure the official ESLint
plugin is installed.
FAQs
"Just works" ESLint/Prettier config for personal projects.
We found that eslint-config-mbullington 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.