New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@videosdk.live/react-sdk

Package Overview
Dependencies
Maintainers
0
Versions
136
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.1.104 to 0.1.105

18

dist/types/index.d.ts

@@ -855,2 +855,10 @@ // Type definitions for @videosdk.live/react-sdk 0.1

mode: 'video-and-audio' | 'audio';
},
transcription?: {
enabled: boolean;
summary?: {
enabled: boolean;
prompt?: string;
};
language?: string;
}

@@ -1098,2 +1106,3 @@ ) => void;

* @param config.summary.prompt Guides summary generation (optional).
* @param config.language Language code for transcription, default is 'en' (optional).
*/

@@ -1103,3 +1112,4 @@ startTranscription: ({

modelConfig,
summary
summary,
language
}: {

@@ -1112,2 +1122,3 @@ webhookUrl?: string;

};
language?: string;
}) => void;

@@ -1199,3 +1210,4 @@ stopTranscription: () => void;

knowledgeBases,
language
language,
metaData
}: {

@@ -1210,2 +1222,3 @@ interactionId: string;

language: string;
metaData: any;
},

@@ -1277,2 +1290,3 @@ {

knowledgeBases?: string[];
metaData?: any;

@@ -1279,0 +1293,0 @@ enableMic: () => void;

4

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

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

"dependencies": {
"@videosdk.live/js-sdk": "0.0.100",
"@videosdk.live/js-sdk": "0.0.101",
"events": "^3.3.0"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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