You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@fluentui/react-utilities

Package Overview
Dependencies
Maintainers
12
Versions
799
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-nightly-20240709-0406.1 to 0.0.0-nightly-20240710-0407.1

8

dist/index.d.ts

@@ -997,5 +997,3 @@ import { DispatchWithoutAction } from 'react';

declare type WithSlotRenderFunction<Props> = Props & {
children?: (Props extends {
children?: unknown;
} ? Props['children'] : never) | SlotRenderFunction<Props>;
children?: ('children' extends keyof Props ? Props['children'] : never) | SlotRenderFunction<Props>;
};

@@ -1006,6 +1004,4 @@

*/
declare type WithSlotShorthandValue<Props extends {
children?: unknown;
}> = Props | Extract<SlotShorthandValue, Props['children']>;
declare type WithSlotShorthandValue<Props> = Props | ('children' extends keyof Props ? Extract<SlotShorthandValue, Props['children']> : never);
export { }
{
"name": "@fluentui/react-utilities",
"version": "0.0.0-nightly-20240709-0406.1",
"version": "0.0.0-nightly-20240710-0407.1",
"description": "A set of general React-specific utilities.",

@@ -34,4 +34,4 @@ "main": "lib-commonjs/index.js",

"dependencies": {
"@fluentui/keyboard-keys": "^0.0.0-nightly-20240709-0406.1",
"@fluentui/react-shared-contexts": "^0.0.0-nightly-20240709-0406.1",
"@fluentui/keyboard-keys": "^0.0.0-nightly-20240710-0407.1",
"@fluentui/react-shared-contexts": "^0.0.0-nightly-20240710-0407.1",
"@swc/helpers": "^0.5.1"

@@ -38,0 +38,0 @@ },

Sorry, the diff of this file is too big to display

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc