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.34 to 0.0.35

1

lib/models/modules-template-data.d.ts

@@ -13,2 +13,3 @@ export declare class ModulesTemplateData {

isLibraryOnly: boolean;
staticModuleInit?: string;
}

@@ -11,2 +11,3 @@ import { GahEvent, GahEventType, ExtractEventPayload } from '../models/gah-event';

updatePlugins(pluginUpdates: PlguinUpdate[]): Promise<void>;
isPluginConfigured(pluginName: string): boolean;
}

2

package.json
{
"name": "@awdware/gah-shared",
"version": "0.0.34",
"version": "0.0.35",
"description": "Provides types and interfaces for gah",

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

@@ -13,2 +13,3 @@ export declare class ModulesTemplateData {

isLibraryOnly: boolean;
staticModuleInit?: string;
}

@@ -11,2 +11,3 @@ import { GahEvent, GahEventType, ExtractEventPayload } from '../models/gah-event';

updatePlugins(pluginUpdates: PlguinUpdate[]): Promise<void>;
isPluginConfigured(pluginName: string): boolean;
}

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