
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
Do thing what heroes didn't do.
A code refactoring tool, fixing what eslint/stylelint shouldn't care about, what prettier didn't care about. Offering better code comparing for git diff.
tsx/jsx/vue self closingcss/scss/lesscss/scss/lesshtml/htm attributesjsx/tsx propstsx/ts/mts/cts/jsx/js/mjs/cjs class memberstsx/ts/mts/cts/jsx/js/mjs/cjs import / exportvue component properties / attributesOpenAPI Specification config files (json/yaml/yml)npm install garou --save-dev
npm exec garou .
npm exec garou src
npm exec garou **/foo.js
npx garou .
// example: package.json
{
"garou": {
"import-groups": [
// see: https://github.com/lydell/eslint-plugin-simple-import-sort#custom-grouping
["react", "react-dom"],
// shorthand for ["^@external\\/"]
"^@external\\/",
"lodash"
],
"ignore": ["fixture/**"]
}
}
garou with lint-staged// package.json
{
"lint-staged": {
"*": ["garou", "prettier", "eslint --fix"]
}
}
Using garou might mess up your format, I suggest run garou before run prettier.
Read more at the lint-staged repo.
Garou will sort your file when it has openapi properties as 3.x.x.
npm exec garou "**/*.{json,yaml,yml}"
This project is inspired by sortier.
FAQs
Do thing what heroes didn't do
The npm package garou receives a total of 695 weekly downloads. As such, garou popularity was classified as not popular.
We found that garou demonstrated a healthy version release cadence and project activity because the last version was released less than 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

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.