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.8 to 2.0.9

2

dist/communication.js

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

analytics.log(logAction.unsubscribe, logVariation.attempt);
var type = path('stream.videoType', subscriber);
var type = pathOr('sip', 'stream.videoType', subscriber);
state.removeSubscriber(type, subscriber);

@@ -317,0 +317,0 @@ session.unsubscribe(subscriber);

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

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

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

{
"name": "opentok-accelerator-core",
"version": "2.0.8",
"version": "2.0.9",
"description": "Opentok Accelerator Core",

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

@@ -177,3 +177,3 @@ /* global OT */

analytics.log(logAction.unsubscribe, logVariation.attempt);
const type = path('stream.videoType', subscriber);
const type = pathOr('sip', 'stream.videoType', subscriber);
state.removeSubscriber(type, subscriber);

@@ -180,0 +180,0 @@ session.unsubscribe(subscriber);

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