Socket
Socket
Sign inDemoInstall

@fluentui/react-context-selector

Package Overview
Dependencies
Maintainers
12
Versions
842
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-context-selector - npm Package Compare versions

Comparing version 0.0.0-nightly-20240819-2052.1 to 0.0.0-nightly-20240819-2110.1

10

CHANGELOG.md
# Change Log - @fluentui/react-context-selector
This log was last generated on Mon, 19 Aug 2024 20:57:27 GMT and should not be manually modified.
This log was last generated on Mon, 19 Aug 2024 21:20:51 GMT and should not be manually modified.
<!-- Start content -->
## [0.0.0-nightly-20240819-2052.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v0.0.0-nightly-20240819-2052.1)
## [0.0.0-nightly-20240819-2110.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v0.0.0-nightly-20240819-2110.1)
Mon, 19 Aug 2024 20:57:27 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.65..@fluentui/react-context-selector_v0.0.0-nightly-20240819-2052.1)
Mon, 19 Aug 2024 21:20:51 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.65..@fluentui/react-context-selector_v0.0.0-nightly-20240819-2110.1)

@@ -15,3 +15,3 @@ ### Changes

- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
- Bump @fluentui/react-utilities to v0.0.0-nightly-20240819-2052.1 ([commit](https://github.com/microsoft/fluentui/commit/f7885920740849a4ba4aa36957bde7ce8e856a3e) by beachball)
- Bump @fluentui/react-utilities to v0.0.0-nightly-20240819-2110.1 ([commit](https://github.com/microsoft/fluentui/commit/99f7b9c0d9c2a4cb1f7dad43045108122895102e) by beachball)

@@ -18,0 +18,0 @@ ## [9.1.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.65)

{
"name": "@fluentui/react-context-selector",
"version": "0.0.0-nightly-20240819-2052.1",
"version": "0.0.0-nightly-20240819-2110.1",
"description": "React useContextSelector hook in userland",

@@ -31,3 +31,3 @@ "main": "lib-commonjs/index.js",

"dependencies": {
"@fluentui/react-utilities": "0.0.0-nightly-20240819-2052.1",
"@fluentui/react-utilities": "0.0.0-nightly-20240819-2110.1",
"@swc/helpers": "^0.5.1"

@@ -34,0 +34,0 @@ },

@@ -48,3 +48,3 @@ # `@fluentui/react-context-selector`

// not necessary but can be a good layer to mock for unit testing
const useCounterContext = <T>(selector: ContextSelector<CounterContextValue, T>) =>
const useCounterContext = <T>(selector: ContextSelector<CounterCountext, T>) =>
useContextSelector(CounterContext, selector);

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