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.1.2 to 1.1.3

8

CHANGELOG.md

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

## [1.1.3](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module@1.1.2...@equinor/fusion-framework-module@1.1.3) (2022-09-14)
**Note:** Version bump only for package @equinor/fusion-framework-module
## [1.1.2](https://github.com/equinor/fusion-framework/compare/@equinor/fusion-framework-module@1.1.1...@equinor/fusion-framework-module@1.1.2) (2022-09-13)

@@ -8,0 +16,0 @@

2

dist/types/configurator.d.ts
import { ModuleConsoleLogger } from './logger';
import type { AnyModule, CombinedModules, ModuleConfigType, ModuleInstance, ModulesConfig, ModulesConfigType, ModulesInstance, ModulesInstanceType, ModuleType } from './types';
export interface IModulesConfigurator<TModules extends Array<AnyModule> = [], TRef = any> {
export interface IModulesConfigurator<TModules extends Array<AnyModule> = Array<AnyModule>, TRef = any> {
logger: ModuleConsoleLogger;

@@ -5,0 +5,0 @@ configure(...configs: Array<IModuleConfigurator>): void;

{
"name": "@equinor/fusion-framework-module",
"version": "1.1.2",
"version": "1.1.3",
"description": "",

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

},
"gitHead": "d92d9d332cc25d1ddae1b3675b88b96277c16e1f"
"gitHead": "4e92ef5173981f4e43bad9a2a2e53fb3f71da7a1"
}

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

export interface IModulesConfigurator<TModules extends Array<AnyModule> = [], TRef = any> {
export interface IModulesConfigurator<
TModules extends Array<AnyModule> = Array<AnyModule>,
TRef = any
> {
logger: ModuleConsoleLogger;

@@ -22,0 +25,0 @@ configure(...configs: Array<IModuleConfigurator>): void;

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