Socket
Socket
Sign inDemoInstall

@editframe/shared-types

Package Overview
Dependencies
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@editframe/shared-types

Shared typescript types for Editframe packages.


Version published
Maintainers
4
Created
Source

Editframe Shared Types

Installation

npm install @editframe/shared-types

or

yarn add @editframe/shared-types

Commit Messages and Semantic Release

The semantic-release package is used for issuing git tags and releases, as well as publishing the NPM package. It determines the next version number automatically by checking the commit messages for special tags that you must include.

Release Types

  • patch: 1.0 -> 1.0.1
  • minor: 1.0 -> 1.1
  • breaking: 1.0 -> 2.0

Semantic Release Tags

  • build: patch
  • chore: none
  • ci: patch
  • docs: minor
  • feat: minor
  • fix patch
  • perf: patch
  • refactor: patch
  • revert: patch
  • style: patch
  • test: patch
  • BREAKING CHANGE: breaking

When you are committing a change that breaks the current public API of the package, you must add an additional line below the main commit message with an explanation of the breaking changes, prefixed with the BREAKING CHANGE: tag.

Example commit

feat: adds new feature

Example breaking commit

feat: makes xy change

BREAKING CHANGE: this changes the x parameter of type y

FAQs

Package last updated on 29 Nov 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