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 0.1.0-beta.1 to 0.1.0-beta.2

2

dist/types/types.d.ts

@@ -17,3 +17,3 @@ export interface Module<TKey extends string, TType, TConfig, TDeps extends Array<AnyModule> = []> {

[K in keyof M as M[K] extends Module<infer T, any, any, any> ? T : never]: M[Extract<K, string>];
} : Record<string, any>;
} : never;
export interface ModulesConfigurator<TModules extends Array<AnyModule>, TRef extends any = ModuleInstance> {

@@ -20,0 +20,0 @@ (config: ModulesConfig<ModulesType<TModules>>, ref?: TRef): void | Promise<void>;

{
"name": "@equinor/fusion-framework-module",
"version": "0.1.0-beta.1",
"version": "0.1.0-beta.2",
"description": "",

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

},
"gitHead": "e1d4d80409b59433fbd00703254e13032ada8680"
"gitHead": "c4fe7fa3cee50a64a75a501f2949d2c5e9421cc6"
}

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

}
: Record<string, any>;
: never;

@@ -37,0 +37,0 @@ export interface ModulesConfigurator<

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