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.6 to 0.8.7

2

dist/interfaces/ClientTokenOptions.d.ts

@@ -5,5 +5,3 @@ export interface ClientTokenOptions {

expireTime?: number;
createTime?: number;
nonce?: number;
initialLayoutClassList?: string[];
}

3

dist/video.js

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

}
if ((tokenOptions === null || tokenOptions === void 0 ? void 0 : tokenOptions.expireTime) && tokenOptions.expireTime > now) {
claims.ext = tokenOptions.expireTime;
}
return (0, jwt_1.tokenGenerate)(this.auth.applicationId, this.auth.privateKey, claims);

@@ -88,0 +91,0 @@ }

{
"name": "@vonage/video",
"version": "0.8.6",
"version": "0.8.7",
"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