Socket
Socket
Sign inDemoInstall

@fluentui/react-shared-contexts

Package Overview
Dependencies
Maintainers
11
Versions
769
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-shared-contexts - npm Package Compare versions

Comparing version 1.0.0-beta.7 to 1.0.0-beta.8

17

CHANGELOG.json

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

{
"date": "Thu, 18 Feb 2021 12:22:02 GMT",
"date": "Thu, 18 Feb 2021 19:34:40 GMT",
"tag": "@fluentui/react-shared-contexts_v1.0.0-beta.8",
"version": "1.0.0-beta.8",
"comments": {
"prerelease": [
{
"comment": "Allow React 17 in peerDependencies",
"author": "elcraig@microsoft.com",
"commit": "3b7379fde2d54e677a1d65ae86468bb5fdaf9fa4",
"package": "@fluentui/react-shared-contexts"
}
]
}
},
{
"date": "Thu, 18 Feb 2021 12:27:34 GMT",
"tag": "@fluentui/react-shared-contexts_v1.0.0-beta.7",

@@ -8,0 +23,0 @@ "version": "1.0.0-beta.7",

# Change Log - @fluentui/react-shared-contexts
This log was last generated on Thu, 18 Feb 2021 12:22:02 GMT and should not be manually modified.
This log was last generated on Thu, 18 Feb 2021 19:34:40 GMT and should not be manually modified.
<!-- Start content -->
## [1.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.8)
Thu, 18 Feb 2021 19:34:40 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.7..@fluentui/react-shared-contexts_v1.0.0-beta.8)
### Changes
- Allow React 17 in peerDependencies ([PR #17048](https://github.com/microsoft/fluentui/pull/17048) by elcraig@microsoft.com)
## [1.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.7)
Thu, 18 Feb 2021 12:22:02 GMT
Thu, 18 Feb 2021 12:27:34 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.6..@fluentui/react-shared-contexts_v1.0.0-beta.7)

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

2

lib-amd/version.js
define(["require", "exports", "@fluentui/set-version"], function (require, exports, set_version_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
set_version_1.setVersion('@fluentui/react-shared-contexts', '1.0.0-beta.7');
set_version_1.setVersion('@fluentui/react-shared-contexts', '1.0.0-beta.8');
});
//# sourceMappingURL=version.js.map

@@ -6,3 +6,3 @@ "use strict";

var set_version_1 = require("@fluentui/set-version");
set_version_1.setVersion('@fluentui/react-shared-contexts', '1.0.0-beta.7');
set_version_1.setVersion('@fluentui/react-shared-contexts', '1.0.0-beta.8');
//# sourceMappingURL=version.js.map
// Do not modify this file; it is generated as part of publish.
// The checked in version is a placeholder only and will not be updated.
import { setVersion } from '@fluentui/set-version';
setVersion('@fluentui/react-shared-contexts', '1.0.0-beta.7');
setVersion('@fluentui/react-shared-contexts', '1.0.0-beta.8');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/react-shared-contexts",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "Fluent UI React Contexts shared by multiple components.",

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

"@fluentui/scripts": "^1.0.0",
"@fluentui/test-utilities": "^8.0.0-beta.7",
"@fluentui/test-utilities": "^8.0.0-beta.8",
"enzyme": "~3.10.0",

@@ -45,5 +45,5 @@ "enzyme-adapter-react-16": "^1.15.0",

"peerDependencies": {
"@types/react": ">=16.8.0 <17.0.0",
"react": ">=16.8.0 <17.0.0"
"@types/react": ">=16.8.0 <18.0.0",
"react": ">=16.8.0 <18.0.0"
}
}

Sorry, the diff of this file is not supported yet

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