Socket
Socket
Sign inDemoInstall

@awdware/gah-shared

Package Overview
Dependencies
0
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

4

assets/gah-host-schema.json

@@ -65,2 +65,6 @@ {

}
},
"aliasName": {
"description": "The module will be imported with an alias name instead of the real module name",
"type": "string"
}

@@ -67,0 +71,0 @@ }

@@ -95,2 +95,6 @@ {

}
},
"aliasName": {
"description": "The module will be imported with an alias name instead of the real module name",
"type": "string"
}

@@ -97,0 +101,0 @@ }

@@ -5,2 +5,3 @@ export interface GahContext {

debug?: boolean;
skipScripts?: boolean;
}

@@ -13,2 +13,6 @@ /**

names: string[];
/**
* The module will be imported with an alias name instead of the real module name
*/
aliasName?: string;
}

2

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

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

@@ -5,2 +5,3 @@ export interface GahContext {

debug?: boolean;
skipScripts?: boolean;
}

@@ -13,2 +13,6 @@ /**

names: string[];
/**
* The module will be imported with an alias name instead of the real module name
*/
aliasName?: string;
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc