
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.
@justfixnyc/component-library
Advanced tools
Component library for JustFix's design system.
Based this repo on this course (local copy of course mateirals in our drive)
brew install npmnpx sb initnpm install --legacy-peer-depsnpm run storybookexport NODE_OPTIONS=--openssl-legacy-providerThis package is live on both GitHub Package Registry (GPR) and NPM registry
GitHub Actions triggers a publish to GPR from any branch that runs the version bump. Should probably change to allow this version bump to only happen on main before we fully integrate this library
npm run lint
npm version [major]|[minor]|[patch]
git push --follow-tags
Publishing to NPM registry is more manual because of permission issues that couldn't be resolved in Github Actions. You will need to authenticate your account (w/ permissions to the JustFix organization) via the terminal.
npm run build
npm publish --access public --@justfixnyc:registry=https://registry.npmjs.org/
FAQs
JustFix Component Library
We found that @justfixnyc/component-library demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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.