Socket
Socket
Sign inDemoInstall

@fluentui/react-context-selector

Package Overview
Dependencies
Maintainers
12
Versions
851
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.0.0-alpha.13 to 9.0.0-alpha.14

.cache/jest/haste-map-7d04c95d859313accaf0a226ff3b438c-ac1aa562bcb993fbc9d2d6a4c8f844ae-1eab6e0cff479bafa7824b0bb3551b4d

32

CHANGELOG.json

@@ -5,6 +5,36 @@ {

{
"date": "Tue, 15 Jun 2021 07:36:10 GMT",
"date": "Fri, 02 Jul 2021 07:35:03 GMT",
"tag": "@fluentui/react-context-selector_v9.0.0-alpha.14",
"version": "9.0.0-alpha.14",
"comments": {
"prerelease": [
{
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.30",
"author": "bsunderhus@microsoft.com",
"commit": "c939e67b1840a9eb5f7706afcda8c14df8f18d33",
"package": "@fluentui/react-context-selector"
}
]
}
},
{
"date": "Thu, 01 Jul 2021 07:35:05 GMT",
"tag": "@fluentui/react-context-selector_v9.0.0-alpha.13",
"version": "9.0.0-alpha.13",
"comments": {
"none": [
{
"comment": "chore(react-context-selector): Migrate DX",
"author": "lingfan.gao@microsoft.com",
"commit": "5c06b5a9bd09cefc6ef3afc90f5575ca4663f665",
"package": "@fluentui/react-context-selector"
}
]
}
},
{
"date": "Tue, 15 Jun 2021 07:40:20 GMT",
"tag": "@fluentui/react-context-selector_v9.0.0-alpha.13",
"version": "9.0.0-alpha.13",
"comments": {
"prerelease": [

@@ -11,0 +41,0 @@ {

# Change Log - @fluentui/react-context-selector
This log was last generated on Tue, 15 Jun 2021 07:36:10 GMT and should not be manually modified.
This log was last generated on Fri, 02 Jul 2021 07:35:03 GMT and should not be manually modified.
<!-- Start content -->
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.14)
Fri, 02 Jul 2021 07:35:03 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.13..@fluentui/react-context-selector_v9.0.0-alpha.14)
### Changes
- Bump @fluentui/react-utilities to v9.0.0-alpha.30 ([PR #18796](https://github.com/microsoft/fluentui/pull/18796) by bsunderhus@microsoft.com)
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.13)
Tue, 15 Jun 2021 07:36:10 GMT
Tue, 15 Jun 2021 07:40:20 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v9.0.0-alpha.12..@fluentui/react-context-selector_v9.0.0-alpha.13)

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

{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "@fluentui/scripts/api-extractor/api-extractor.common.json"
}

10

package.json
{
"name": "@fluentui/react-context-selector",
"version": "9.0.0-alpha.13",
"version": "9.0.0-alpha.14",
"description": "React useContextSelector hook in userland",

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

"lint": "just-scripts lint",
"start-test": "just-scripts jest-watch",
"test": "just-scripts test",
"update-snapshots": "just-scripts jest -u"
"test": "jest",
"docs": "api-extractor run --config=config/api-extractor.local.json --local",
"build:local": "tsc -p . --module esnext --emitDeclarationOnly && node ../../scripts/typescript/normalize-import --output dist/react-context-selector/src && yarn docs"
},

@@ -38,3 +38,3 @@ "devDependencies": {

"dependencies": {
"@fluentui/react-utilities": "^9.0.0-alpha.29",
"@fluentui/react-utilities": "^9.0.0-alpha.30",
"scheduler": "^0.20.1",

@@ -41,0 +41,0 @@ "tslib": "^2.1.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