Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@openfin/microsoft365

Package Overview
Dependencies
Maintainers
68
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openfin/microsoft365 - npm Package Compare versions

Comparing version
1.1.0-beta.5
to
1.1.0
+16
-3
CHANGELOG.md

@@ -1,6 +0,19 @@

## v1.0.1
## v1.1.0
### Enhancements
- Package now declared as an ES module with side effects.
- Added support for server-side rendering (e.g. in libraries such as Next.js).
- Added `getConnection` function to retrieve existing connection instances.
- Added optional `useCurrentWindowForAuthFlow` parameter to `connect` function: allows the OAuth authorization flow to be executed in the current window instead of opening a new popup window.
- Added optional `abortSignal` parameter to `executeApiRequest` function: allows cancelling of inflight API requests.
- Teams API functions now accept User Principal Names (UPNs) to initiate calls and messages.
- Teams URLs can now be opened in a specific target view or window using the optional `targetIdentity` parameter in `startCall`, `startChat`, and `openUrl` functions.
- Added GraphApiTypes namespace for consistency with other integrations.
- Updated @finos/fdc3 dependency version to 2.2.0 for improved FDC3 standard compliance.
### Bug Fixes
- Fixed OAuth window positioning issue where it would always open on the main monitor.
### Deprecations
- `GraphUser` type is deprecated. Use `GraphApiTypes.User` instead.
+1
-1
{
"name": "@openfin/microsoft365",
"description": "Connect OpenFin Container with Microsoft 365",
"version": "1.1.0-beta.5",
"version": "1.1.0",
"author": "OpenFin Inc.",

@@ -6,0 +6,0 @@ "homepage": "https://www.openfin.co/",

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

export declare const API_VERSION = "1.1.0-beta.5";
export declare const API_VERSION = "1.1.0";

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display