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.7 to 2.1.8

dist/chunk-5NBDJ44S.js

4

dist/hooks/index.js

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

useLocalAudio
} from "../chunk-JGIGLWJQ.js";
} from "../chunk-BPG4EW3X.js";
import {

@@ -56,3 +56,3 @@ useLocalMedia

useLobby
} from "../chunk-FEEJTEE2.js";
} from "../chunk-5NBDJ44S.js";
import {

@@ -59,0 +59,0 @@ useHuddle01_default

declare const useLobby: (props?: {
onLobbyPeersUpdated: (lobbyPeersIds: string[]) => void;
onLobbyPeersUpdated?: (lobbyPeersIds: string[]) => void;
onNewLobbyPeer?: (peer: {
peerId: string;
metadata?: string | undefined;
}) => void;
}) => {

@@ -4,0 +8,0 @@ lobbyPeersIds: string[];

import {
useLobby
} from "../chunk-FEEJTEE2.js";
} from "../chunk-5NBDJ44S.js";
import "../chunk-AOJVKUIS.js";

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

@@ -11,3 +11,3 @@ import { Producer } from '@huddle01/web-core/types';

isAudioOn: boolean;
enableAudio: (customAudioStream?: MediaStream | undefined) => Promise<MediaStream | undefined>;
enableAudio: () => Promise<MediaStream | undefined>;
disableAudio: () => Promise<void>;

@@ -14,0 +14,0 @@ pauseAudio: () => Promise<void>;

import {
useLocalAudio
} from "../chunk-JGIGLWJQ.js";
} from "../chunk-BPG4EW3X.js";
import "../chunk-AOJVKUIS.js";

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

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

useLocalAudio
} from "./chunk-JGIGLWJQ.js";
} from "./chunk-BPG4EW3X.js";
import {

@@ -56,3 +56,3 @@ useLocalMedia

useLobby
} from "./chunk-FEEJTEE2.js";
} from "./chunk-5NBDJ44S.js";
import {

@@ -59,0 +59,0 @@ HuddleProvider,

{
"name": "@huddle01/react",
"version": "2.1.7",
"version": "2.1.8",
"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.",

@@ -43,17 +43,17 @@ "type": "module",

"devDependencies": {
"@types/react": "^18.3.3",
"@types/react": "^18.3.5",
"tsconfig": "workspace:*",
"tsup": "^8.2.4",
"types": "workspace:*",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^4.3.2"
},
"dependencies": {
"@huddle01/web-core": "2.1.7",
"@tanstack/react-query": "^5.51.21",
"@testing-library/react": "^16.0.0",
"@huddle01/web-core": "2.1.8",
"@tanstack/react-query": "^5.56.2",
"@testing-library/react": "^16.0.1",
"@testing-library/react-hooks": "^8.0.1",
"axios": "^1.7.3",
"axios": "^1.7.7",
"react": "18.2.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