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

@equinor/fusion-framework

Package Overview
Dependencies
Maintainers
4
Versions
241
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-framework - npm Package Compare versions

Comparing version 7.0.33 to 7.1.0

17

CHANGELOG.md
# Change Log
## 7.1.0
### Minor Changes
- [#1953](https://github.com/equinor/fusion-framework/pull/1953) [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904) Thanks [@odinr](https://github.com/odinr)! - updated typescript to 5.4.2
### Patch Changes
- Updated dependencies [[`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904), [`f3ae28d`](https://github.com/equinor/fusion-framework/commit/f3ae28dc6d1d5043605e07e2cd2e83ae799cd904)]:
- @equinor/fusion-framework-module@4.3.0
- @equinor/fusion-framework-module-service-discovery@7.1.0
- @equinor/fusion-framework-module-services@4.0.0
- @equinor/fusion-framework-module-context@5.0.0
- @equinor/fusion-framework-module-event@4.1.0
- @equinor/fusion-framework-module-http@5.2.0
- @equinor/fusion-framework-module-msal@3.1.0
## 7.0.33

@@ -4,0 +21,0 @@

2

dist/esm/version.js

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

export const version = '7.0.33';
export const version = '7.1.0';
//# sourceMappingURL=version.js.map
import type { AnyModule } from '@equinor/fusion-framework-module';
import { FrameworkConfigurator } from './FrameworkConfigurator';
import type { Fusion } from './types';
export declare const init: <TModules extends AnyModule[], TRef extends object>(configurator: FrameworkConfigurator<TModules, any>, ref?: TRef | undefined) => Promise<Fusion<TModules>>;
export declare const init: <TModules extends AnyModule[], TRef extends object>(configurator: FrameworkConfigurator<TModules>, ref?: TRef) => Promise<Fusion<TModules>>;
export default init;

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

export declare const version = "7.0.33";
export declare const version = "7.1.0";
{
"name": "@equinor/fusion-framework",
"version": "7.0.33",
"version": "7.1.0",
"description": "",

@@ -35,12 +35,12 @@ "main": "dist/esm/index.js",

"rxjs": "^7.8.1",
"@equinor/fusion-framework-module": "^4.2.7",
"@equinor/fusion-framework-module-context": "^4.2.0",
"@equinor/fusion-framework-module-event": "^4.0.8",
"@equinor/fusion-framework-module-http": "^5.1.6",
"@equinor/fusion-framework-module-msal": "^3.0.10",
"@equinor/fusion-framework-module-service-discovery": "^7.0.20",
"@equinor/fusion-framework-module-services": "^3.2.4"
"@equinor/fusion-framework-module": "^4.3.0",
"@equinor/fusion-framework-module-context": "^5.0.0",
"@equinor/fusion-framework-module-event": "^4.1.0",
"@equinor/fusion-framework-module-http": "^5.2.0",
"@equinor/fusion-framework-module-msal": "^3.1.0",
"@equinor/fusion-framework-module-services": "^4.0.0",
"@equinor/fusion-framework-module-service-discovery": "^7.1.0"
},
"devDependencies": {
"typescript": "^5.1.3"
"typescript": "^5.4.2"
},

@@ -47,0 +47,0 @@ "scripts": {

// Generated by genversion.
export const version = '7.0.33';
export const version = '7.1.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