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

nexmo-stitch

Package Overview
Dependencies
Maintainers
5
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nexmo-stitch - npm Package Compare versions

Comparing version 3.0.2-beta to 3.0.2-beta.1

5

dist/modules/call.js

@@ -25,3 +25,3 @@ /*

* @property {Map<string, Member>} to - The callees keyed by a member's id. The members that receive the call (not a reference to conversation.members)
* @property {String} id - The call id (our member's leg_id, comes from rtc:answer event)
* @property {String} id - The call id (our member's leg_id, comes from rtc:answer event, or member:media)
* @property {Call.CALL_STATUS} CALL_STATUS="started" - the available call statuses

@@ -349,2 +349,5 @@ * @property {Call.CALL_DIRECTION} direction - the Direction of the call, Outbound, Inbound

}
if (_isEventFromMe && event.body.channel) {
this.id = event.body.channel.id;
}
}

@@ -351,0 +354,0 @@ return Promise.resolve();

2

dist/sdk.js

@@ -82,3 +82,3 @@ /*

screenShareExtensionId: '',
SDK_version: '3.0.2-beta',
SDK_version: '3.0.2-beta.1',
url: 'https://ws.nexmo.com',

@@ -85,0 +85,0 @@ iceServers: [{

@@ -5,3 +5,3 @@ {

"repository": "https://github.com/Nexmo/conversation-js-sdk",
"version": "3.0.2-beta",
"version": "3.0.2-beta.1",
"keywords": [

@@ -8,0 +8,0 @@ "nexmo",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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