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

@vonage/video

Package Overview
Dependencies
Maintainers
33
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/video - npm Package Compare versions

Comparing version 0.8.5 to 0.8.6

12

dist/video.js

@@ -75,5 +75,2 @@ "use strict";

role: 'publisher',
create_time: now,
expire_time: now + 60 * 60 * 24,
nonce: Math.random(),
initial_layout_class_list: '',

@@ -84,11 +81,2 @@ };

}
if (tokenOptions === null || tokenOptions === void 0 ? void 0 : tokenOptions.nonce) {
claims.nonce = tokenOptions.nonce;
}
if (tokenOptions === null || tokenOptions === void 0 ? void 0 : tokenOptions.createTime) {
claims.create_time = tokenOptions.createTime;
}
if (tokenOptions === null || tokenOptions === void 0 ? void 0 : tokenOptions.expireTime) {
claims.expire_time = tokenOptions.expireTime;
}
if (tokenOptions === null || tokenOptions === void 0 ? void 0 : tokenOptions.data) {

@@ -95,0 +83,0 @@ claims.connection_data = tokenOptions.data;

2

package.json
{
"name": "@vonage/video",
"version": "0.8.5",
"version": "0.8.6",
"description": "Package to interact with the Vonage Video API (Not OpenTok Compatible)",

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

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