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.13 to 0.0.14

4

lib/models/gah-plugin-dependency-config.d.ts

@@ -14,2 +14,6 @@ import { GahPluginConfig } from './gah-plugin-config';

settings: GahPluginConfig;
/**
* The version of the plugin that should be used.
*/
version: string;
}

@@ -8,2 +8,6 @@ import { ModuleReference } from './module-reference';

/**
* The package name of the module. This determins the prefix of the import statement to this module. "import {...} from '@packageName/moduleName'"
*/
packageName: string;
/**
* The path to the folder containing facade files. This is optional and the path is relative to the folder this config file is in.

@@ -10,0 +14,0 @@ */

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

name: string;
packageName: string;
saveName: string;

@@ -9,0 +10,0 @@ isEntry: boolean;

@@ -11,2 +11,4 @@ export interface ILoggerService {

enableDebugLogging(): void;
updateProgressBar(value: number): void;
startProgressBar(total: number, description: string): void;
}

@@ -12,2 +12,6 @@ import { GahEventPayload } from '../models/gah-event-payload.model';

updatePlugins(pluginNames: string[]): void;
pluginNames: {
name: string;
version: string;
}[];
}

2

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

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

Sorry, the diff of this file is not supported yet

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