Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fluentui/react-window-provider

Package Overview
Dependencies
Maintainers
13
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-window-provider - npm Package Compare versions

Comparing version 2.1.6 to 2.2.0

38

CHANGELOG.json

@@ -5,6 +5,42 @@ {

{
"date": "Wed, 15 Dec 2021 07:28:31 GMT",
"date": "Thu, 03 Mar 2022 07:22:33 GMT",
"tag": "@fluentui/react-window-provider_v2.2.0",
"version": "2.2.0",
"comments": {
"minor": [
{
"author": "dzearing@microsoft.com",
"package": "@fluentui/react-window-provider",
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
},
{
"author": "beachball",
"package": "@fluentui/react-window-provider",
"comment": "Bump @fluentui/set-version to v8.2.0",
"commit": "e6fd843a2d46bb138f5b05f4656b4c3726bc5aed"
}
]
}
},
{
"date": "Thu, 16 Dec 2021 07:26:41 GMT",
"tag": "@fluentui/react-window-provider_v2.1.6",
"version": "2.1.6",
"comments": {
"none": [
{
"author": "beachball",
"package": "@fluentui/react-window-provider",
"comment": "Bump @fluentui/test-utilities to v8.2.0",
"commit": "d7d472d3564c7c08465743b2517e4f29428b87b4"
}
]
}
},
{
"date": "Wed, 15 Dec 2021 07:31:29 GMT",
"tag": "@fluentui/react-window-provider_v2.1.6",
"version": "2.1.6",
"comments": {
"patch": [

@@ -11,0 +47,0 @@ {

# Change Log - @fluentui/react-window-provider
This log was last generated on Wed, 15 Dec 2021 07:28:31 GMT and should not be manually modified.
This log was last generated on Thu, 03 Mar 2022 07:22:33 GMT and should not be manually modified.
<!-- Start content -->
## [2.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-window-provider_v2.2.0)
Thu, 03 Mar 2022 07:22:33 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-window-provider_v2.1.6..@fluentui/react-window-provider_v2.2.0)
### Minor changes
- Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
- Bump @fluentui/set-version to v8.2.0 ([PR #21919](https://github.com/microsoft/fluentui/pull/21919) by beachball)
## [2.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-window-provider_v2.1.6)
Wed, 15 Dec 2021 07:28:31 GMT
Wed, 15 Dec 2021 07:31:29 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-window-provider_v2.1.5..@fluentui/react-window-provider_v2.1.6)

@@ -11,0 +21,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-window-provider', '2.1.6');
set_version_1.setVersion('@fluentui/react-window-provider', '2.2.0');
});
//# sourceMappingURL=version.js.map

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

var set_version_1 = require("@fluentui/set-version");
set_version_1.setVersion('@fluentui/react-window-provider', '2.1.6');
set_version_1.setVersion('@fluentui/react-window-provider', '2.2.0');
//# 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-window-provider', '2.1.6');
setVersion('@fluentui/react-window-provider', '2.2.0');
//# sourceMappingURL=version.js.map
{
"name": "@fluentui/react-window-provider",
"version": "2.1.6",
"version": "2.2.0",
"description": "Utilities for providing and consuming the window/document objects even across portal/iframe/child-window boundaries.",

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

"@fluentui/eslint-plugin": "*",
"@fluentui/test-utilities": "^8.1.0",
"@fluentui/test-utilities": "^8.2.0",
"@types/react": "16.9.42",

@@ -35,3 +35,3 @@ "@fluentui/scripts": "^1.0.0",

"dependencies": {
"@fluentui/set-version": "^8.1.5",
"@fluentui/set-version": "^8.2.0",
"tslib": "^2.1.0"

@@ -42,3 +42,10 @@ },

"react": ">=16.8.0 <18.0.0"
},
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib-commonjs/index.js"
}
}
}

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