Socket
Socket
Sign inDemoInstall

@fluentui/react-shared-contexts

Package Overview
Dependencies
Maintainers
12
Versions
781
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.10 to 1.0.0-beta.11

31

CHANGELOG.json

@@ -5,3 +5,32 @@ {

{
"date": "Fri, 26 Feb 2021 01:10:33 GMT",
"date": "Mon, 15 Mar 2021 07:33:50 GMT",
"tag": "@fluentui/react-shared-contexts_v1.0.0-beta.11",
"version": "1.0.0-beta.11",
"comments": {
"prerelease": [
{
"comment": "Remove set-version references",
"author": "elcraig@microsoft.com",
"commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
"package": "@fluentui/react-shared-contexts"
}
],
"none": [
{
"comment": "Remove unneeded scripts",
"author": "elcraig@microsoft.com",
"commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
"package": "@fluentui/react-shared-contexts"
},
{
"comment": "Bump @fluentui/test-utilities to v8.0.1",
"author": "elcraig@microsoft.com",
"commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
"package": "@fluentui/react-shared-contexts"
}
]
}
},
{
"date": "Fri, 26 Feb 2021 01:16:27 GMT",
"tag": "@fluentui/react-shared-contexts_v1.0.0-beta.10",

@@ -8,0 +37,0 @@ "version": "1.0.0-beta.10",

# Change Log - @fluentui/react-shared-contexts
This log was last generated on Fri, 26 Feb 2021 01:10:33 GMT and should not be manually modified.
This log was last generated on Mon, 15 Mar 2021 07:33:50 GMT and should not be manually modified.
<!-- Start content -->
## [1.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.11)
Mon, 15 Mar 2021 07:33:50 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.10..@fluentui/react-shared-contexts_v1.0.0-beta.11)
### Changes
- Remove set-version references ([PR #17381](https://github.com/microsoft/fluentui/pull/17381) by elcraig@microsoft.com)
## [1.0.0-beta.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v1.0.0-beta.10)
Fri, 26 Feb 2021 01:10:33 GMT
Fri, 26 Feb 2021 01:16:27 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v1.0.0-beta.9..@fluentui/react-shared-contexts_v1.0.0-beta.10)

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

1

lib-amd/index.d.ts
export * from './MenuContext';
import './version';

@@ -1,2 +0,2 @@

define(["require", "exports", "tslib", "./MenuContext", "./version"], function (require, exports, tslib_1, MenuContext_1) {
define(["require", "exports", "tslib", "./MenuContext"], function (require, exports, tslib_1, MenuContext_1) {
"use strict";

@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

export * from './MenuContext/index';
import './version';

@@ -1,2 +0,2 @@

define(["require", "exports", "tslib", "./MenuContext/index", "./version"], function (require, exports, tslib_1, index_1) {
define(["require", "exports", "tslib", "./MenuContext/index"], function (require, exports, tslib_1, index_1) {
"use strict";

@@ -3,0 +3,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

export * from './MenuContext';
import './version';

@@ -5,3 +5,2 @@ "use strict";

tslib_1.__exportStar(require("./MenuContext"), exports);
require("./version");
//# sourceMappingURL=index.js.map
export * from './MenuContext/index';
import './version';

@@ -5,3 +5,2 @@ "use strict";

tslib_1.__exportStar(require("./MenuContext/index"), exports);
require("./version");
//# sourceMappingURL=MenuContext.js.map
export * from './MenuContext';
import './version';
export * from './MenuContext';
import './version';
//# sourceMappingURL=index.js.map
export * from './MenuContext/index';
import './version';
export * from './MenuContext/index';
import './version';
//# sourceMappingURL=MenuContext.js.map
{
"name": "@fluentui/react-shared-contexts",
"version": "1.0.0-beta.10",
"version": "1.0.0-beta.11",
"description": "Fluent UI React Contexts shared by multiple components.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"sideEffects": [
"lib/version.js"
],
"typings": "lib/index.d.ts",

@@ -18,7 +15,6 @@ "repository": {

"build": "just-scripts build",
"bundle": "just-scripts bundle",
"clean": "just-scripts clean",
"code-style": "just-scripts code-style",
"just": "just-scripts",
"lint": "just-scripts lint",
"just": "just-scripts",
"code-style": "just-scripts code-style",
"clean": "just-scripts clean",
"start-test": "just-scripts jest-watch",

@@ -29,2 +25,4 @@ "update-snapshots": "just-scripts jest -u"

"@fluentui/eslint-plugin": "^1.0.1",
"@fluentui/scripts": "^1.0.0",
"@fluentui/test-utilities": "^8.0.1",
"@types/enzyme": "3.10.3",

@@ -34,4 +32,2 @@ "@types/enzyme-adapter-react-16": "1.0.3",

"@types/react-test-renderer": "^16.0.0",
"@fluentui/scripts": "^1.0.0",
"@fluentui/test-utilities": "^8.0.1",
"enzyme": "~3.10.0",

@@ -43,3 +39,2 @@ "enzyme-adapter-react-16": "^1.15.0",

"dependencies": {
"@fluentui/set-version": "^8.0.1",
"tslib": "^1.10.0"

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

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