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

@videosdk.live/react-sdk

Package Overview
Dependencies
Maintainers
2
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@videosdk.live/react-sdk - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

8

dist/index.js

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

var EventEmitter = _interopDefault(require('events'));
var js = require('@videosdk.live/js');
var jsSdk = require('@videosdk.live/js-sdk');

@@ -316,4 +316,4 @@ var eventPrifix = 'zn-meeting-react-sdk';

var join = function join() {
console.log(js.ZujoSDK);
var meeting = js.ZujoSDK && js.ZujoSDK.initMeeting(config);
console.log(jsSdk.ZujoSDK);
var meeting = jsSdk.ZujoSDK && jsSdk.ZujoSDK.initMeeting(config);
setMeeting(meeting);

@@ -463,3 +463,3 @@ var localParticipant = meeting.localParticipant,

var initSDK = function initSDK() {
js.ZujoSDK.config(token);
jsSdk.ZujoSDK.config(token);

@@ -466,0 +466,0 @@ if (joinWithoutUserInteraction) {

import React, { createContext, useEffect, useContext, useState, useRef } from 'react';
import EventEmitter from 'events';
import { ZujoSDK } from '@videosdk.live/js';
import { ZujoSDK } from '@videosdk.live/js-sdk';

@@ -5,0 +5,0 @@ var eventPrifix = 'zn-meeting-react-sdk';

{
"name": "@videosdk.live/react-sdk",
"version": "0.0.5",
"version": "0.0.6",
"license": "ISC",

@@ -50,4 +50,3 @@ "main": "dist/index.js",

"npm run prettier -- ",
"npm run lint -- ",
"git add"
"git add ."
]

@@ -54,0 +53,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