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.22 to 0.0.23

14

assets/gah-host-schema.json

@@ -20,2 +20,16 @@ {

},
"htmlHeadContent": {
"description": "Additional lines in the head section of the index.html file (eg. <link rel=\"icon\" href=\"assets/[module-name]/favicon.ico\" type=\"image/x-icon\"/> )",
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
},
"isHost": {

@@ -22,0 +36,0 @@ "type": "boolean"

4

lib/models/gah-host.d.ts

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

aot: boolean;
/**
* Additional lines in the head section of the index.html file (eg. <link rel="icon" href="assets/[module-name]/favicon.ico" type="image/x-icon"/> )
*/
htmlHeadContent: string | string[];
get isHost(): boolean;
constructor();
}

2

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

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

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

aot: boolean;
/**
* Additional lines in the head section of the index.html file (eg. <link rel="icon" href="assets/[module-name]/favicon.ico" type="image/x-icon"/> )
*/
htmlHeadContent: string | string[];
readonly isHost: boolean;
constructor();
}

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