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

@daily-co/daily-react-hooks

Package Overview
Dependencies
Maintainers
24
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daily-co/daily-react-hooks - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

dist/hooks/useActiveParticipant.d.ts

@@ -15,3 +15,3 @@ import { DailyEventObjectActiveSpeakerChange } from '@daily-co/daily-js';

*/
export declare const useActiveParticipant: ({ ignoreLocal, onActiveSpeakerChange, }?: UseActiveParticipantArgs) => import("../DailyParticipants").ExtendedDailyParticipant | null;
export declare const useActiveParticipant: ({ ignoreLocal, onActiveSpeakerChange, }?: UseActiveParticipantArgs) => import("..").ExtendedDailyParticipant | null;
export {};

@@ -20,2 +20,4 @@ import { DailyEventObjectNetworkConnectionEvent, DailyEventObjectNetworkQualityEvent, DailyNetworkTopology } from '@daily-co/daily-js';

videoSendPacketLoss: number;
totalSendPacketLoss: number;
totalRecvPacketLoss: number;
};

@@ -22,0 +24,0 @@ worstVideoRecvPacketLoss: number;

{
"version": "0.2.0",
"version": "0.2.1",
"license": "BSD-2-Clause",

@@ -23,4 +23,4 @@ "main": "dist/index.js",

"peerDependencies": {
"@daily-co/daily-js": "^0.22.0",
"react": ">=16",
"@daily-co/daily-js": ">=0.22.0 <1",
"react": ">=16.13.1",
"recoil": "^0.7.0"

@@ -27,0 +27,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