
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@solid-soda/scripts
Advanced tools
[](https://github.com/solid-soda/scripts)

Speed up the creation and maintenance of your JS applications. Zero configuration way to use modern code-quality tools.
npx @solid-soda/scripts
@solid-soda/scripts in your project directory.Just run scripts in a directory with your project.
Just run:
npx @solid-soda/scripts
It will generate all configs and put it to repository. Now, you can use any provided tool.
Some scripts will be added to your package.json:
commit — runs Commitizen and allow create nice commit messagespretty — runs Prettier and format all code in the repolint:code — runs ESLint and preform static analysis of codeIf you have some styles in the repo, we will add extra script:
lint:styles — runs Stylelint and preform static analysis of stylesIf you want to release repo by git-tags, we will add ont more script:
release — runs Standard Version, updates CHANGELOG.md, bump version in package.json and created git-tagAlso, this library sets up lint-staged (prettify all staged files), Commitlint (check commit messages by Conventional Commits specifications) and simple-git-hooks (to run Prettier and Commitlint).
Upgrading from version 1.x.x, you must do one simple action: just run @solid-soda/scripts in your repository.
For example:
npx @solid-soda/scripts
This project based on mrm and setup configs for Commitizen, Commitlint, ESLint, simple-git-hooks, lint-staged, Prettier, Stylelint.
FAQs
[](https://github.com/solid-soda/scripts)
The npm package @solid-soda/scripts receives a total of 6 weekly downloads. As such, @solid-soda/scripts popularity was classified as not popular.
We found that @solid-soda/scripts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.