Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/react-utilities

Package Overview
Dependencies
Maintainers
12
Versions
867
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 9.0.0-alpha.52 to 9.0.0-alpha.53

17

CHANGELOG.json

@@ -5,3 +5,18 @@ {

{
"date": "Fri, 24 Sep 2021 09:16:15 GMT",
"date": "Mon, 27 Sep 2021 08:04:28 GMT",
"tag": "@fluentui/react-utilities_v9.0.0-alpha.53",
"version": "9.0.0-alpha.53",
"comments": {
"prerelease": [
{
"author": "bsunderhus@microsoft.com",
"package": "@fluentui/react-utilities",
"comment": "Updates ComponentState on custom props",
"commit": "7a6d4d03fc1157272a6641fd05fc27f51ba1cc0e"
}
]
}
},
{
"date": "Fri, 24 Sep 2021 09:17:17 GMT",
"tag": "@fluentui/react-utilities_v9.0.0-alpha.52",

@@ -8,0 +23,0 @@ "version": "9.0.0-alpha.52",

# Change Log - @fluentui/react-utilities
This log was last generated on Fri, 24 Sep 2021 09:16:15 GMT and should not be manually modified.
This log was last generated on Mon, 27 Sep 2021 08:04:28 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.53)
Mon, 27 Sep 2021 08:04:28 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.52..@fluentui/react-utilities_v9.0.0-alpha.53)
### Changes
- Updates ComponentState on custom props ([commit](https://github.com/microsoft/fluentui/commit/7a6d4d03fc1157272a6641fd05fc27f51ba1cc0e) by bsunderhus@microsoft.com)
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.52)
Fri, 24 Sep 2021 09:16:15 GMT
Fri, 24 Sep 2021 09:17:17 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.51..@fluentui/react-utilities_v9.0.0-alpha.52)

@@ -11,0 +20,0 @@

2

dist/react-utilities.d.ts

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

components?: {
[Key in keyof Shorthands]-?: React_2.ComponentType<NonNullable<Shorthands[Key]>> | (NonNullable<Shorthands[Key]> extends AsIntrinsicElement<infer As> ? As : keyof JSX.IntrinsicElements);
[Key in keyof Shorthands]-?: React_2.ComponentType<NonNullable<Shorthands[Key]> extends ObjectShorthandProps<infer P> ? P : NonNullable<Shorthands[Key]>> | (NonNullable<Shorthands[Key]> extends AsIntrinsicElement<infer As> ? As : keyof JSX.IntrinsicElements);
};

@@ -95,0 +95,0 @@ } & Shorthands;

@@ -84,3 +84,3 @@ import * as React from 'react';

components?: {
[Key in keyof Shorthands]-?: React.ComponentType<NonNullable<Shorthands[Key]>> | (NonNullable<Shorthands[Key]> extends AsIntrinsicElement<infer As> ? As : keyof JSX.IntrinsicElements);
[Key in keyof Shorthands]-?: React.ComponentType<NonNullable<Shorthands[Key]> extends ObjectShorthandProps<infer P> ? P : NonNullable<Shorthands[Key]>> | (NonNullable<Shorthands[Key]> extends AsIntrinsicElement<infer As> ? As : keyof JSX.IntrinsicElements);
};

@@ -87,0 +87,0 @@ } & Shorthands;

@@ -84,3 +84,3 @@ import * as React from 'react';

components?: {
[Key in keyof Shorthands]-?: React.ComponentType<NonNullable<Shorthands[Key]>> | (NonNullable<Shorthands[Key]> extends AsIntrinsicElement<infer As> ? As : keyof JSX.IntrinsicElements);
[Key in keyof Shorthands]-?: React.ComponentType<NonNullable<Shorthands[Key]> extends ObjectShorthandProps<infer P> ? P : NonNullable<Shorthands[Key]>> | (NonNullable<Shorthands[Key]> extends AsIntrinsicElement<infer As> ? As : keyof JSX.IntrinsicElements);
};

@@ -87,0 +87,0 @@ } & Shorthands;

{
"name": "@fluentui/react-utilities",
"version": "9.0.0-alpha.52",
"version": "9.0.0-alpha.53",
"description": "A set of general React-specific utilities.",

@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js",

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