Socket
Socket
Sign inDemoInstall

@fluentui/react-utilities

Package Overview
Dependencies
Maintainers
12
Versions
826
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-utilities - npm Package Compare versions

Comparing version 0.0.0-nightly-20240828-0407.1 to 0.0.0-nightly-20240829-0406.1

2

dist/index.d.ts

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

declare type SlotComponents<Slots extends SlotPropsRecord> = {
[K in keyof Slots]: SlotComponentType<ExtractSlotProps<Slots[K]>>;
[K in keyof Slots]: SlotComponentType<ExtractSlotProps<Slots[K]>> | (null extends Slots[K] ? undefined : never);
};

@@ -711,0 +711,0 @@

{
"name": "@fluentui/react-utilities",
"version": "0.0.0-nightly-20240828-0407.1",
"version": "0.0.0-nightly-20240829-0406.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-20240828-0407.1",
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240828-0407.1",
"@fluentui/keyboard-keys": "0.0.0-nightly-20240829-0406.1",
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240829-0406.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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc