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

@equinor/fusion-framework-module-context

Package Overview
Dependencies
Maintainers
4
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.0.8 to 4.0.9

10

CHANGELOG.md
# Change Log
## 4.0.9
### Patch Changes
- [#905](https://github.com/equinor/fusion-framework/pull/905) [`a7858a1c`](https://github.com/equinor/fusion-framework/commit/a7858a1c01542e2dc94370709f122b4b99c3219c) Thanks [@odinr](https://github.com/odinr)! - **🚧 Chore: dedupe packages**
- align all versions of typescript
- update types to build
- a couple of typecasts did not [satisfies](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-0.html#satisfies-support-in-jsdoc) and was recasted as `unknwon`, marked with `TODO`, should be fixed in future
## 4.0.8

@@ -4,0 +14,0 @@

6

package.json
{
"name": "@equinor/fusion-framework-module-context",
"version": "4.0.8",
"version": "4.0.9",
"description": "",

@@ -42,5 +42,5 @@ "main": "./dist/esm/index.js",

"devDependencies": {
"@equinor/fusion-framework-module": "^4.1.0",
"@equinor/fusion-framework-module": "^4.2.0",
"@equinor/fusion-framework-module-event": "^4.0.1",
"@equinor/fusion-framework-module-navigation": "^2.1.2",
"@equinor/fusion-framework-module-navigation": "^3.0.0",
"@equinor/fusion-framework-module-services": "^3.1.2",

@@ -47,0 +47,0 @@ "rxjs": "^7.5.7"

@@ -61,9 +61,7 @@ import { ObservableInput } from 'rxjs';

resolveInitialContext?: (
args: {
ref?: AnyModuleInstance | any;
modules: ModuleInstance;
}
// ...args: Parameters<ContextModule['postInitialize']>
) => ObservableInput<ContextItem | void>;
resolveInitialContext?: (args: {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
ref?: AnyModuleInstance | any;
modules: ModuleInstance;
}) => ObservableInput<ContextItem | void>;
}

@@ -70,0 +68,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