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.3 to 1.2.4

9

CHANGELOG.md

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

## [1.2.4](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module@1.2.3...@equinor/fusion-framework-module@1.2.4) (2022-10-17)
### Bug Fixes
* expose init interface for modules ([208cf79](https://github.com/equinor/fusion-framework/commit/208cf792b83d093a0c9ba1cdf919b4196e442989))
## 1.2.3 (2022-10-03)

@@ -8,0 +17,0 @@

2

dist/types/types.d.ts

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

declare type ModuleInitializerArgs<TConfig, TDeps extends Array<AnyModule>> = {
export declare type ModuleInitializerArgs<TConfig, TDeps extends Array<AnyModule>> = {
ref?: any;

@@ -3,0 +3,0 @@ config: TConfig;

{
"name": "@equinor/fusion-framework-module",
"version": "1.2.3",
"version": "1.2.4",
"description": "",

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

},
"gitHead": "573a97b7b0938a4cfad7063480ad88b5adab6ba1"
"gitHead": "c36c98d5df35fab64c8afe40dd0072e8806655e4"
}
/* eslint-disable @typescript-eslint/no-explicit-any */
type ModuleInitializerArgs<TConfig, TDeps extends Array<AnyModule>> = {
export type ModuleInitializerArgs<TConfig, TDeps extends Array<AnyModule>> = {
ref?: any;

@@ -5,0 +5,0 @@ config: TConfig;

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