
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.
@osdevisnot/prettier
Advanced tools
Sensible Code Formatting Setup in One Command
$ yarn add --dev @osdevisnot/prettier
or
npm install --save-dev @osdevisnot/prettier
Setup prettier, husky and pretty-quick just by installing @osdevisnot/prettier
Uses postinstall scripts to automatically configure the project.
This package brings in prettier, husky, pretty-quick and prettier-plugin-packagejson as dependencies.
These dependencies are marked with * so that you always get latest versions for these dependencies.
When installed, we use a postinstall script to configure project with sensible defaults:
sets prettier property in package.json to @osdevisnot/prettier if not already defined
removes .prettierrc and prettier.config.js if these files exist
sets husky property in package.json to use pretty-quick on pre-commit (if not already defined) :
{ "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } } }
FAQs
Sensible Code Formatting Setup in **One Command**
We found that @osdevisnot/prettier 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.

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.