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

grep-components

Package Overview
Dependencies
Maintainers
0
Versions
525
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grep-components

Grep komponentbibliotek

  • 2.5.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Komponentbibliotek

npm package Test

Komponentbibliotek for Grep. Brukes i Læreplanutvikleren og Grepadmin.

Storybook

Installation

npm i grep-components

Features

Publishing

Pushing to master or any feature-branch (feature/some-feature) will automatically run the release-workflow. This will build the package, analyze the commits to determine next version number and publish the new version to NPM and Github. Current and previous runs can be seen here.

Semantic-release will determine the next version number by looking at the commit message prefix:

PrefixRelease typeExample commit message
'BREAKING CHANGE: ' in commit message footerMajor releaserevert: Reverting some changes

BREAKING CHANGE: this revert will break something
featMinor releasefeat: Some minor changes
fix, perf, revert, refactor, build/chore(deps*)Patch releasefix: Some fixes

If a commit contains none of these, then no release will be created / published.

The release-workflow can also be manually triggered from here, but will still only release if there is a commit with a valid prefix.

Important

  • Feature-branches have to start with feature/ to be included in the release-workflow. Example: feature/some-feature
  • Published versions from a valid feature-branch will get the branch-name, excluding the feature/ part, as a dist-tag in NPM. Example: feature/some-feature on version 0.18.0 will become 0.18.0-some-feature.1 and can be installed by running npm i grep-components@some-feature

FAQs

Package last updated on 04 Dec 2024

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