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

@equinor/fusion-framework-module

Package Overview
Dependencies
Maintainers
3
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-framework-module - npm Package Compare versions

Comparing version 1.2.8 to 1.2.9

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## 1.2.9 (2022-11-11)
### Bug Fixes
- **module-msal:** await redirect handling ([92686d2](https://github.com/equinor/fusion-framework/commit/92686d2ae054d7f507093b839edb2fe5775c7449))
## 1.2.8 (2022-11-03)

@@ -8,0 +14,0 @@

2

dist/esm/configurator.js

@@ -132,3 +132,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

return firstValueFrom(instance$.pipe(filter((x) => !!x[name]), map((x) => x[name]), timeout({
each: wait,
each: wait * 1000,
with: () => throwError(() => new RequiredModuleTimeoutError()),

@@ -135,0 +135,0 @@ })));

{
"name": "@equinor/fusion-framework-module",
"version": "1.2.8",
"version": "1.2.9",
"description": "",

@@ -31,3 +31,3 @@ "main": "dist/esm/index.js",

},
"gitHead": "9cce61b38374a86ac2a74344e12af461b78aea5c"
"gitHead": "676b6bab4e586885185d21b14bd61f392e76f74d"
}

@@ -235,3 +235,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

timeout({
each: wait,
each: wait * 1000,
with: () => throwError(() => new RequiredModuleTimeoutError()),

@@ -238,0 +238,0 @@ })

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