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

@huddle01/react

Package Overview
Dependencies
Maintainers
6
Versions
281
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 1.0.0-alpha.25 to 1.0.0-alpha.26

1

dist/hooks/index.d.ts

@@ -21,3 +21,2 @@ export { u as useHuddle01 } from '../index-317ae131.js';

import 'react/jsx-runtime';
import 'types/dist/common.types';
import '@huddle01/web-core/types';

@@ -24,0 +23,0 @@ import '@huddle01/web-core/dist/DeviceHandler';

2

dist/hooks/useDevices.d.ts

@@ -14,3 +14,3 @@ import * as _huddle01_web_core_dist_DeviceHandler from '@huddle01/web-core/dist/DeviceHandler';

fetchStream: (data: {
mediaDeviceKind: "mic" | "cam";
mediaDeviceKind: "cam" | "mic";
}) => Promise<_huddle01_web_core_dist_DeviceHandler.FetchStreamResponse>;

@@ -17,0 +17,0 @@ getPermission: () => Promise<{

@@ -10,3 +10,3 @@ declare const useLocalPeer: <T = unknown>(props?: {

canProduce: boolean;
canProduceSources: ("mic" | "cam" | "screen")[];
canProduceSources: ("cam" | "mic" | "screen")[];
canSendData: boolean;

@@ -13,0 +13,0 @@ canRecvData: boolean;

@@ -1,2 +0,1 @@

import * as types_dist_common_types from 'types/dist/common.types';
import { Room } from '@huddle01/web-core';

@@ -24,9 +23,9 @@ import { NewRoomControls, RoomStates } from '@huddle01/web-core/types';

allowProduce: boolean;
allowProduceSources: ("mic" | "cam" | "screen")[];
allowProduceSources: ("cam" | "mic" | "screen")[];
allowConsume: boolean;
allowSendData: boolean;
};
updateControls: (data: types_dist_common_types.NewRoomControls) => void;
updateControls: (data: NewRoomControls) => void;
};
export { useRoom };
{
"name": "@huddle01/react",
"version": "1.0.0-alpha.25",
"version": "1.0.0-alpha.26",
"description": "",

@@ -24,5 +24,3 @@ "type": "module",

"tsup": {
"entry": [
"src/**/*.ts"
],
"entry": ["src/**/*.ts"],
"sourcemap": true,

@@ -32,12 +30,5 @@ "dts": true,

"clean": true,
"format": [
"cjs",
"esm"
]
"format": ["cjs", "esm"]
},
"files": [
"dist/*",
"index.d.ts",
"hooks.d.ts"
],
"files": ["dist/*", "index.d.ts", "hooks.d.ts"],
"keywords": [],

@@ -55,3 +46,3 @@ "author": "",

"dependencies": {
"@huddle01/web-core": "1.0.0-alpha.23",
"@huddle01/web-core": "1.0.0-alpha.24",
"@tanstack/react-query": "^4.32.6",

@@ -58,0 +49,0 @@ "@testing-library/react": "^14.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