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.2 to 0.2.3

2

dist/DailyParticipants.d.ts

@@ -14,2 +14,2 @@ import { DailyParticipant } from '@daily-co/daily-js';

export declare const participantState: (param: string) => import("recoil").RecoilValueReadOnly<ExtendedDailyParticipant | null>;
export declare const DailyParticipants: React.FC;
export declare const DailyParticipants: React.FC<React.PropsWithChildren<{}>>;

@@ -7,3 +7,3 @@ import { DailyCall, DailyCallOptions } from '@daily-co/daily-js';

};
export declare const DailyProvider: React.FC<Props>;
export declare const DailyProvider: React.FC<React.PropsWithChildren<Props>>;
export {};
import { DailyRoomInfo } from '@daily-co/daily-js';
import React from 'react';
export declare const roomState: import("recoil").RecoilState<DailyRoomInfo | null>;
export declare const DailyRoom: React.FC;
export declare const DailyRoom: React.FC<React.PropsWithChildren<{}>>;
{
"version": "0.2.2",
"version": "0.2.3",
"license": "BSD-2-Clause",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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