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

@videosdk.live/react

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@videosdk.live/react - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

dist/index.js

@@ -316,3 +316,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

console.log(js.ZujoSDK);
var meeting = js.ZujoSDK.initMeeting(config);
var meeting = js.ZujoSDK && js.ZujoSDK.initMeeting(config);
setMeeting(meeting);

@@ -319,0 +319,0 @@ var localParticipant = meeting.localParticipant,

@@ -313,3 +313,3 @@ import React, { createContext, useEffect, useContext, useState, useRef } from 'react';

console.log(ZujoSDK);
var meeting = ZujoSDK.initMeeting(config);
var meeting = ZujoSDK && ZujoSDK.initMeeting(config);
setMeeting(meeting);

@@ -316,0 +316,0 @@ var localParticipant = meeting.localParticipant,

{
"name": "@videosdk.live/react",
"version": "0.0.11",
"version": "0.0.12",
"license": "ISC",

@@ -62,5 +62,5 @@ "main": "dist/index.js",

"dependencies": {
"@videosdk.live/js": "^0.0.1",
"@videosdk.live/js": "^0.0.3",
"events": "^3.3.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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