Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@beforeyoubid/ui-lib

Package Overview
Dependencies
Maintainers
7
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beforeyoubid/ui-lib

## About

latest
Source
npmnpm
Version
2.3.3
Version published
Maintainers
7
Created
Source

ui-lib

About

This npm package acts as a central repository to expose shareable react components to be used across our BYB front-end projects.

Publishing Guide

  • Add a component

  • Export the component and it's types

  • Bump the package.json version via semantic versioning reference by running npm version x.x.x (this bumps the package.json version and does a commit)

    • MAJOR version: breaking changes (⬆.x.x)
    • MINOR version: feature (x.⬆.x)
    • PATCH version: bug fix (x.x.⬆)
  • Publish the package via yarn build

Misc notes

  • We are using rollup to bundle/build the package
  • the input key is what determines what is being published for the npm publish (refer to rollup.config.mjs)

FAQs

Package last updated on 21 Aug 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