
Research
/Security News
Popular Tinycolor npm Package Compromised in Supply Chain Attack Affecting 40+ Packages
Malicious update to @ctrl/tinycolor on npm is part of a supply-chain attack hitting 40+ packages across maintainers
@my-lava/config
Advanced tools
Установите все необходимые зависимости если они не были ранее установлены
npm i -D @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-config-airbnb eslint-config-prettier 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 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
Malicious update to @ctrl/tinycolor on npm is part of a supply-chain attack hitting 40+ packages across maintainers
Security News
pnpm's new minimumReleaseAge setting delays package updates to prevent supply chain attacks, with other tools like Taze and NCU following suit.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.