
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@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.
yarn dlx @solid-soda/scripts
or if you prefer npm
npx @solid-soda/scripts
@solid-soda/scripts in your project directory.Just run scripts in a directory with your project.
If you use yarn@berry, just run:
yarn dlx @solid-soda/scripts
If you use npm of yarn@classic, 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 4 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.