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
12
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.2.7 to 2.2.8

17

CHANGELOG.json

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

{
"date": "Wed, 01 Mar 2023 07:43:54 GMT",
"date": "Fri, 10 Mar 2023 07:37:24 GMT",
"tag": "@fluentui/react-window-provider_v2.2.8",
"version": "2.2.8",
"comments": {
"patch": [
{
"author": "mgodbolt@microsoft.com",
"package": "@fluentui/react-window-provider",
"commit": "6a59e4cd39d42b8c20ea60af0fdb677575fbf0bd",
"comment": "fix: add explicit children to window provider to ensure react 18 type compat"
}
]
}
},
{
"date": "Wed, 01 Mar 2023 07:45:41 GMT",
"tag": "@fluentui/react-window-provider_v2.2.7",

@@ -8,0 +23,0 @@ "version": "2.2.7",

# Change Log - @fluentui/react-window-provider
This log was last generated on Wed, 01 Mar 2023 07:43:54 GMT and should not be manually modified.
This log was last generated on Fri, 10 Mar 2023 07:37:24 GMT and should not be manually modified.
<!-- Start content -->
## [2.2.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-window-provider_v2.2.8)
Fri, 10 Mar 2023 07:37:24 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-window-provider_v2.2.7..@fluentui/react-window-provider_v2.2.8)
### Patches
- fix: add explicit children to window provider to ensure react 18 type compat ([PR #27117](https://github.com/microsoft/fluentui/pull/27117) by mgodbolt@microsoft.com)
## [2.2.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-window-provider_v2.2.7)
Wed, 01 Mar 2023 07:43:54 GMT
Wed, 01 Mar 2023 07:45:41 GMT
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-window-provider_v2.2.6..@fluentui/react-window-provider_v2.2.7)

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

@@ -33,4 +33,5 @@ import * as React_2 from 'react';

window: Window | undefined;
children?: React_2.ReactNode;
};
export { }

2

etc/react-window-provider.api.md

@@ -24,7 +24,7 @@ ## API Report File for "@fluentui/react-window-provider"

window: Window | undefined;
children?: React_2.ReactNode;
};
// (No @packageDocumentation comment for this package)
```
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.2.7');
set_version_1.setVersion('@fluentui/react-window-provider', '2.2.8');
});
//# sourceMappingURL=version.js.map

@@ -10,2 +10,3 @@ import * as React from 'react';

window: Window | undefined;
children?: React.ReactNode;
};

@@ -12,0 +13,0 @@ /**

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

var set_version_1 = require("@fluentui/set-version");
set_version_1.setVersion('@fluentui/react-window-provider', '2.2.7');
set_version_1.setVersion('@fluentui/react-window-provider', '2.2.8');
//# sourceMappingURL=version.js.map

@@ -10,2 +10,3 @@ import * as React from 'react';

window: Window | undefined;
children?: React.ReactNode;
};

@@ -12,0 +13,0 @@ /**

// 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.2.7');
setVersion('@fluentui/react-window-provider', '2.2.8');
//# sourceMappingURL=version.js.map

@@ -10,2 +10,3 @@ import * as React from 'react';

window: Window | undefined;
children?: React.ReactNode;
};

@@ -12,0 +13,0 @@ /**

{
"name": "@fluentui/react-window-provider",
"version": "2.2.7",
"version": "2.2.8",
"description": "Utilities for providing and consuming the window/document objects even across portal/iframe/child-window boundaries.",

@@ -5,0 +5,0 @@ "main": "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

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