Socket
Socket
Sign inDemoInstall

@awdware/gah-shared

Package Overview
Dependencies
Maintainers
2
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.2.0 to 0.2.1

11

assets/gah-module-schema.json

@@ -67,2 +67,13 @@ {

"type": "boolean"
},
"parentGahModule": {
"description": "Configures the parent of this module. Must be the name of a gah module which has a router outlet containing a route with the path 'gah-outlet'.",
"type": "string"
},
"excludedPackages": {
"description": "Exclude certain packages from the package.json to be added to the host's package.json. Has to be set for all modules that import which package to be effective.",
"type": "array",
"items": {
"type": "string"
}
}

@@ -69,0 +80,0 @@ }

4

lib/models/module-definition.d.ts

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

parentGahModule?: string;
/**
* Exclude certain packages from the package.json to be added to the host's package.json. Has to be set for all modules that import which package to be effective.
*/
excludedPackages?: string[];
}

2

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

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

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

parentGahModule?: string;
/**
* Exclude certain packages from the package.json to be added to the host's package.json. Has to be set for all modules that import which package to be effective.
*/
excludedPackages?: string[];
}

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