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.18 to 0.0.19

9

dist/index.js

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

var end = function end() {
var meeting = meetingRef.current;
if (meeting) {
meeting.end();
}
};
var startRecording = function startRecording(webhookUrl) {

@@ -675,2 +683,3 @@ var meeting = meetingRef.current;

leave: leave,
end: end,
startRecording: startRecording,

@@ -677,0 +686,0 @@ stopRecording: stopRecording,

@@ -451,2 +451,10 @@ import React, { createContext, useEffect, useContext, useState, useRef } from 'react';

var end = function end() {
var meeting = meetingRef.current;
if (meeting) {
meeting.end();
}
};
var startRecording = function startRecording(webhookUrl) {

@@ -672,2 +680,3 @@ var meeting = meetingRef.current;

leave: leave,
end: end,
startRecording: startRecording,

@@ -674,0 +683,0 @@ stopRecording: stopRecording,

4

package.json
{
"name": "@videosdk.live/react-sdk",
"version": "0.0.18",
"version": "0.0.19",
"license": "ISC",

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

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