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.28 to 0.0.30

8

dist/index.js

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

var _handle_entry_requested = function _handle_entry_requested(participantId, name) {
eventEmitter.emit(events['entry-requested'], participantId, name);
var _handle_entry_requested = function _handle_entry_requested(data) {
eventEmitter.emit(events['entry-requested'], data);
};
var _handle_entry_responded = function _handle_entry_responded(participantId, name) {
eventEmitter.emit(events['entry-responded'], participantId, name);
var _handle_entry_responded = function _handle_entry_responded(participantId, decision) {
eventEmitter.emit(events['entry-responded'], participantId, decision);
};

@@ -336,0 +336,0 @@

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

var _handle_entry_requested = function _handle_entry_requested(participantId, name) {
eventEmitter.emit(events['entry-requested'], participantId, name);
var _handle_entry_requested = function _handle_entry_requested(data) {
eventEmitter.emit(events['entry-requested'], data);
};
var _handle_entry_responded = function _handle_entry_responded(participantId, name) {
eventEmitter.emit(events['entry-responded'], participantId, name);
var _handle_entry_responded = function _handle_entry_responded(participantId, decision) {
eventEmitter.emit(events['entry-responded'], participantId, decision);
};

@@ -333,0 +333,0 @@

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

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

"dependencies": {
"@videosdk.live/js-sdk": "^0.0.13",
"@videosdk.live/js-sdk": "^0.0.14",
"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