Socket
Socket
Sign inDemoInstall

@awdware/gah-shared

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@awdware/gah-shared - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

lib/services/plugin.service.d.ts

@@ -1,8 +0,6 @@

import { GahPlugin } from '../models/gah-plugin';
import { GahEventPayload } from '../models/gah-event-payload.model';
import { GahEvent } from '../models/gah-event';
import { GahPluginDependencyConfig } from '../models/gah-plugin-dependency-config';
import { PlguinUpdate } from '../models/plugin-update';
export interface IPluginService {
registerPlugin(plugin: GahPlugin, pluginDepCfg: GahPluginDependencyConfig): void;
loadInstalledPlugins(): Promise<void>;
triggerEvent(event: GahEvent, payload: GahEventPayload): void;

@@ -9,0 +7,0 @@ registerEventHandler(pluginName: string, event: GahEvent, handler: (payload: GahEventPayload) => void): void;

{
"name": "@awdware/gah-shared",
"version": "0.0.5",
"version": "0.0.6",
"description": "Provides types and interfaces for gah",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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