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

@equinor/fusion-framework-module-event

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.0.0 to 4.0.0-next.0

4

dist/esm/module.js

@@ -25,5 +25,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

initialize: ({ config }) => new EventModuleProvider(config),
postInitialize({ instance, modules }) {
postInitialize: ({ instance, modules }) => __awaiter(void 0, void 0, void 0, function* () {
instance.dispatchEvent('onModulesLoaded', { detail: modules, source: instance });
},
}),
dispose({ instance }) {

@@ -30,0 +30,0 @@ instance.dispose();

{
"name": "@equinor/fusion-framework-module-event",
"version": "3.0.0",
"version": "4.0.0-next.0",
"description": "Fusion module for events",

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

"dependencies": {
"@equinor/fusion-framework-module": "^3.0.0"
"@equinor/fusion-framework-module": "^4.0.0-next.0"
},

@@ -39,3 +39,3 @@ "devDependencies": {

},
"gitHead": "3462d21feac22290eec2dce3b00602da22a7a74d"
"gitHead": "a2d5050515d375c7546b321aba27d11239869d97"
}

@@ -27,3 +27,3 @@ import { Module, ModuleInstance, ModulesInstanceType } from '@equinor/fusion-framework-module';

initialize: ({ config }) => new EventModuleProvider(config),
postInitialize({ instance, modules }) {
postInitialize: async ({ instance, modules }) => {
instance.dispatchEvent('onModulesLoaded', { detail: modules, source: instance });

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