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

@messagebird/client

Package Overview
Dependencies
Maintainers
63
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@messagebird/client

Documentation can be found at https://developers.messagebird.com/api/client-sdk/

  • 0.5.0
  • npm
  • Socket score

Version published
Weekly downloads
37
increased by105.56%
Maintainers
63
Weekly downloads
 
Created
Source

MessageBird Client SDK

Documentation can be found at https://developers.messagebird.com/api/client-sdk/

Getting started with development

To get started developing for Client SDK - it is recommended to use WebRTC Quickstart so that you can test changes made to the SDK in an actual app.

  1. Clone the repo git clone git@git.messagebird.io:frontend/javascript-webrtc-sdk.git
  2. Install dependencies cd ./client-sdk && yarn
  3. Run yarn link to setup the package for local development
  4. Clone the WebRTC Quickstart git clone https://gitlab.messagebird.io/frontend/webrtc-quickstart
  5. Install dependencies cd ./webrtc-quickstart && yarn
  6. Use the local copy of Client SDK by running yarn link @messagebird/client
  7. Run The WebRTC Quickstart: yarn start
  8. Make changes to Client SDK. Changes are automatically reflected in the quickstart.

Preparing a release

The Gitlab Pipelines of Client SDK automatically prepare a release and publish to npm when a branch is merged to master. In order to determine what type of release needs to be done (major, minor, patch), commit messages must match the conventional commit format described here: https://github.com/semantic-release/semantic-release#commit-message-format

FAQs

Package last updated on 10 Jan 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