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.
@my-lava/config
Advanced tools
Установите все необходимые зависимости если они не были ранее установлены
npm i -D @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-config-airbnb eslint-config-prettier eslint-plugin-cypress eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-prettier eslint-plugin-react eslint-plugin-react-hooks postcss stylelint stylelint-config-prettier-scss stylelint-config-sass-guidelines stylelint-config-standard-scss stylelint-config-idiomatic-css typescript
Создать файл .eslintrc.js
и добавить в него:
module.exports = {
extends: ['@my-lava/config/eslint-config'],
};
Создать файл .prettierrc.js
и добавить в него:
module.exports = require("@my-lava/config/prettier.config");
Создать файл stylelint.config.js
и добавить в него:
module.exports = {
extends: ['@my-lava/config/eslint-config/stylelint.config'],
};
patch
, minor
, major
.npm version patch
npm publish
FAQs
## Быстрый старт
We found that @my-lava/config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
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.