Socket
Socket
Sign inDemoInstall

opentok-react

Package Overview
Dependencies
10
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.0 to 0.11.0

.github/workflows/metrics.yml

11

dist/OTSubscriber.js

@@ -99,7 +99,10 @@ 'use strict';

}
var properties = this.props.properties || {};
var container = void 0;
if (properties.insertDefaultUI !== false) {
container = document.createElement('div');
container.setAttribute('class', 'OTSubscriberContainer');
this.node.appendChild(container);
}
var container = document.createElement('div');
container.setAttribute('class', 'OTSubscriberContainer');
this.node.appendChild(container);
this.subscriberId = (0, _uuid2.default)();

@@ -106,0 +109,0 @@ var subscriberId = this.subscriberId;

{
"name": "opentok-react",
"version": "0.10.0",
"version": "0.11.0",
"description": "React components for OpenTok.js",
"main": "dist/index.js",
"scripts": {
"types": "tsd types",
"test": "karma start",

@@ -44,2 +45,3 @@ "unit": "karma start --single-run",

"devDependencies": {
"@types/react": "^16.9.34",
"babel-cli": "^6.18.0",

@@ -73,2 +75,3 @@ "babel-eslint": "^7.1.1",

"travis-multirunner": "^4.5.0",
"tsd": "^0.11.0",
"watchify": "^3.8.0"

@@ -80,3 +83,4 @@ },

]
}
},
"types": "./types/index.d.ts"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc