Socket
Socket
Sign inDemoInstall

@fluentui/react-context-selector

Package Overview
Dependencies
Maintainers
12
Versions
844
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 9.1.65 to 9.1.66

13

CHANGELOG.md
# Change Log - @fluentui/react-context-selector
This log was last generated on Tue, 23 Jul 2024 20:09:20 GMT and should not be manually modified.
This log was last generated on Tue, 10 Sep 2024 10:15:11 GMT and should not be manually modified.
<!-- Start content -->
## [9.1.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.66)
Tue, 10 Sep 2024 10:15:11 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.65..@fluentui/react-context-selector_v9.1.66)
### Patches
- Bump @fluentui/react-utilities to v9.18.14 ([PR #32494](https://github.com/microsoft/fluentui/pull/32494) by beachball)
## [9.1.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.1.65)
Tue, 23 Jul 2024 20:09:20 GMT
Tue, 23 Jul 2024 20:13:14 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.1.64..@fluentui/react-context-selector_v9.1.65)

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

4

package.json
{
"name": "@fluentui/react-context-selector",
"version": "9.1.65",
"version": "9.1.66",
"description": "React useContextSelector hook in userland",

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

"dependencies": {
"@fluentui/react-utilities": "^9.18.13",
"@fluentui/react-utilities": "^9.18.14",
"@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<CounterCountext, T>) =>
const useCounterContext = <T>(selector: ContextSelector<CounterContextValue, 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