Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gfw-components

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gfw-components

Showcase of GFW components with the use of react Styleguidist library.

  • 0.2.12
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
24
increased by60%
Maintainers
1
Weekly downloads
 
Created
Source

GFW injectable components

Showcase of GFW components with the use of react Styleguidist library.

Installation / setting up locally

yarn && yarn start

This will set up the app running on port 6060.

Publishing to NPM

Merging PRs to master or pushing commits directly into master triggers Travis CI that checks if the commit is tagged and if it is, it automatically publishes a new version to NPM. To have a full control over the releases, we're tagging the commits locally. To tag a commit and trigger npm publish upon pushing to master, follow these steps:

  1. Make sure everything works on master and that you want to indeed publish new version to npm
  2. Run in the project folder command line: npm version patch|minor|major -m "Bumping to %s"
  • this will bump version in the package.json
  • commit and tag
  1. git push to push the commit with bumped version to master
  2. git push --tags to push the tags
  3. Travis CI will be triggered and upon seeing the tagged commit, it will publish a new version to NPM :rocket:

Keywords

FAQs

Package last updated on 17 Feb 2020

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