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

@messagebird/client

Package Overview
Dependencies
Maintainers
83
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@messagebird/client - npm Package Compare versions

Comparing version 0.15.0-next.6 to 0.15.0

14

CHANGELOG.md

@@ -0,1 +1,15 @@

# [0.15.0-next.6](https://git.messagebird.io/frontend/javascript-webrtc-sdk/compare/v0.15.0-next.5...v0.15.0-next.6) (2020-03-20)
### Bug Fixes
* add OK ([6ab9d7b](https://git.messagebird.io/frontend/javascript-webrtc-sdk/commit/6ab9d7b454081f777a10a9d93ae7056e62576ea3))
* provide whole connection, not rtcSessin ([43a5a69](https://git.messagebird.io/frontend/javascript-webrtc-sdk/commit/43a5a698638e33d16a6f762a3948c1c339910c35))
### Features
* add userDevices class ([d2fde7b](https://git.messagebird.io/frontend/javascript-webrtc-sdk/commit/d2fde7bd2efda5022fdaded4757d90771d9999ea))
* expose userDevices property publically ([3c6b7cb](https://git.messagebird.io/frontend/javascript-webrtc-sdk/commit/3c6b7cbcd1f1ec4321470819bf22ba2f4651230c))
# [0.15.0-next.5](https://git.messagebird.io/frontend/javascript-webrtc-sdk/compare/v0.15.0-next.4...v0.15.0-next.5) (2020-03-20)

@@ -2,0 +16,0 @@

2

dist-node/index.js

@@ -38,3 +38,3 @@ 'use strict';

function getSDKVersionHeader() {
var version = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "a9f3b0bc" ;
var version = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "b0e7b544" ;
return "SDK-Version: ".concat(version);

@@ -41,0 +41,0 @@ }

@@ -13,3 +13,3 @@ import platform from 'platform';

export function getSDKVersionHeader() {
var version = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "a9f3b0bc" || 'HEAD';
var version = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "b0e7b544" || 'HEAD';
return "SDK-Version: ".concat(version);

@@ -16,0 +16,0 @@ }

@@ -32,3 +32,3 @@ import { WebSocketInterface, UA, debug } from 'jssip';

function getSDKVersionHeader() {
var version = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "a9f3b0bc" ;
var version = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "b0e7b544" ;
return "SDK-Version: ".concat(version);

@@ -35,0 +35,0 @@ }

{
"name": "@messagebird/client",
"version": "0.15.0-next.6",
"version": "0.15.0",
"license": "UNLICENSED",

@@ -5,0 +5,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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