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

opentok-accelerator-core

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opentok-accelerator-core - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

7

dist/core.js

@@ -177,3 +177,4 @@ 'use strict';

* Start publishing video and subscribing to streams
* @returns {Promise}
* @param {Object} publisherProps - https://goo.gl/0mL0Eo
* @returns {Promise} <resolve: State + Publisher, reject: Error>
*/

@@ -750,4 +751,4 @@

writable: true,
value: function value() {
return _this.communication.startCall();
value: function value(publisherProps) {
return _this.communication.startCall(publisherProps);
}

@@ -754,0 +755,0 @@ });

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

var otkanalyticsData = {
clientVersion: 'js-vsol-2.0.0', // x.y.z filled by npm build script
clientVersion: 'js-vsol-2.0.2', // x.y.z filled by npm build script
source: source,

@@ -49,0 +49,0 @@ componentId: 'acceleratorCore',

{
"name": "opentok-accelerator-core",
"version": "2.0.1",
"version": "2.0.2",
"description": "Opentok Accelerator Core",

@@ -5,0 +5,0 @@ "repository": "https://github.com/opentok/accelerator-core-js",

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