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

@huddle01/react

Package Overview
Dependencies
Maintainers
0
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huddle01/react - npm Package Compare versions

Comparing version 2.1.5-dev.12 to 2.1.5-dev.13

dist/chunk-OIBQWHQD.js

2

dist/hooks/index.js

@@ -22,3 +22,3 @@ import "../chunk-P3AULUFQ.js";

useLocalMedia
} from "../chunk-UWSDD3NE.js";
} from "../chunk-OIBQWHQD.js";
import {

@@ -25,0 +25,0 @@ useLocalPeer

import * as mediasoup_client_lib_Producer from 'mediasoup-client/lib/Producer';
import * as _huddle01_web_core_types from '@huddle01/web-core/types';
import { CustomMediaDevice } from '@huddle01/web-core/types';
import { AppData } from 'mediasoup-client/lib/types';

@@ -14,2 +15,6 @@

}>;
fetchStreamByGroupId: (data: {
groupId: string;
mediaDeviceKind: Exclude<CustomMediaDevice, "speaker">;
}) => Promise<MediaStream>;
replaceStream: (label: "mic" | "cam" | "speaker" | string, newStream: MediaStream) => Promise<void>;

@@ -16,0 +21,0 @@ produceStream: (data: {

import {
useLocalMedia
} from "../chunk-UWSDD3NE.js";
} from "../chunk-OIBQWHQD.js";
import "../chunk-AOJVKUIS.js";

@@ -5,0 +5,0 @@ export {

@@ -22,3 +22,3 @@ import "./chunk-P3AULUFQ.js";

useLocalMedia
} from "./chunk-UWSDD3NE.js";
} from "./chunk-OIBQWHQD.js";
import {

@@ -25,0 +25,0 @@ useLocalPeer

{
"name": "@huddle01/react",
"version": "2.1.5-dev.12",
"version": "2.1.5-dev.13",
"description": "The Huddle01 React SDK offers a comprehensive suite of hooks, methods and event listeners that allow for seamless real-time audio and video communication with minimal coding required.",

@@ -51,3 +51,3 @@ "type": "module",

"dependencies": {
"@huddle01/web-core": "2.1.5-dev.11",
"@huddle01/web-core": "2.1.5-dev.12",
"@tanstack/react-query": "^5.51.21",

@@ -54,0 +54,0 @@ "@testing-library/react": "^16.0.0",

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