New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@justfixnyc/component-library

Package Overview
Dependencies
Maintainers
4
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@justfixnyc/component-library

JustFix Component Library

latest
npmnpm
Version
0.60.2
Version published
Maintainers
4
Created
Source

JustFix Component Library

Component library for JustFix's design system.

Based this repo on this course (local copy of course mateirals in our drive)

Local development setup

  • install npm locally if it doesn't already exist brew install npm
  • npx sb init
  • builder error: select Webpack 5
  • dependency resolution errors: npm install --legacy-peer-deps
  • npm run storybook
  • if there are OSSL issues, run export NODE_OPTIONS=--openssl-legacy-provider

Publishing the package

This 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

Package last updated on 19 Dec 2025

Did you know?

Socket

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.

Install

Related posts