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.24 to 0.0.25

8

assets/gah-host-schema.json

@@ -34,2 +34,10 @@ {

},
"title": {
"description": "The <title> tag of the website",
"type": "string"
},
"baseHref": {
"description": "The baseHref that is put into the index html file (defaults to '/')",
"type": "string"
},
"isHost": {

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

12

lib/models/gah-host.d.ts

@@ -11,9 +11,17 @@ import { ModuleReference } from './module-reference';

*/
aot: boolean;
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[];
htmlHeadContent?: string | string[];
/**
* The <title> tag of the website
*/
title?: string;
/**
* The baseHref that is put into the index html file (defaults to '/')
*/
baseHref?: string;
get isHost(): boolean;
constructor();
}

2

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

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

@@ -11,9 +11,17 @@ import { ModuleReference } from './module-reference';

*/
aot: boolean;
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[];
htmlHeadContent?: string | string[];
/**
* The <title> tag of the website
*/
title?: string;
/**
* The baseHref that is put into the index html file (defaults to '/')
*/
baseHref?: 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