New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@liveauctioneers/hammer-ui

Package Overview
Dependencies
Maintainers
43
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@liveauctioneers/hammer-ui

ATG pay component library

  • 0.0.1-beta.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
43
Created
Source

hammer-ui

To run storybook:

  • npm install
  • npm run storybook
  • open http://localhost:6007

To build:

Building must be done before any type of publish, beta or normal.

  • npm run build

To publish

Standard publish

  1. Merge your pr
  2. git checkout master
  3. git pull
  4. determine your version change, this project adheres to Semantic Versioning
  5. npm version major|minor|patch
  6. npm publish
    • thanks to prepare, runs npm run build then npm publish.
  7. Add your version to the CHANGELOG.md with what you did
  8. Do a commit to master with your version number
  9. git commit -a -m "x.x.x changelog"
  10. git push origin master --tags
  11. Update other repositories, see the update-apps section

Beta publish

This is useful if you don't want to develop caterwaul locally but need it for a bidder-react PR deploy for QA / testing / etc.

  1. Update package.json version to include a -beta.# (actually anything works but break the pattern of number.number.number with a - so we know it's not an official version)
    • Example: 17.1.0-beta.644.1, with 644 being the story number
  2. npm run build
  3. npm publish --tag beta
    • this is important so if you ever do an npm install @liveauctioneers/hammer-ui it doesn't install a beta version by default and only official releases

FAQs

Package last updated on 18 Aug 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc