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.11 to 0.0.12

5

assets/gah-config-schema.json

@@ -6,3 +6,3 @@ {

"type": "string",
"default": "https://raw.githubusercontent.com/awdware/gah/master/assets/gah-config-schema.json"
"default": "https://raw.githubusercontent.com/awdware/gah/master/shared/assets/gah-config-schema.json"
},

@@ -43,3 +43,2 @@ "plugins": {

"$schema": "http://json-schema.org/draft-07/schema#"
}
}

@@ -7,3 +7,3 @@ {

"type": "string",
"default": "\"https://raw.githubusercontent.com/awdware/gah/master/assets/gah-environment-schema.json\""
"default": "\"https://raw.githubusercontent.com/awdware/gah/master/shared/assets/gah-environment-schema.json\""
},

@@ -18,3 +18,2 @@ "production": {

"$schema": "http://json-schema.org/draft-07/schema#"
}
}

@@ -6,3 +6,3 @@ {

"type": "string",
"default": "https://raw.githubusercontent.com/awdware/gah/master/assets/gah-host-schema.json"
"default": "https://raw.githubusercontent.com/awdware/gah/master/shared/assets/gah-host-schema.json"
},

@@ -40,3 +40,2 @@ "modules": {

"$schema": "http://json-schema.org/draft-07/schema#"
}
}

@@ -6,3 +6,3 @@ {

"type": "string",
"default": "https://raw.githubusercontent.com/awdware/gah/master/assets/gah-module-schema.json"
"default": "https://raw.githubusercontent.com/awdware/gah/master/shared/assets/gah-module-schema.json"
},

@@ -72,3 +72,2 @@ "modules": {

"$schema": "http://json-schema.org/draft-07/schema#"
}
}

2

lib/models/gah-config.js

@@ -5,3 +5,3 @@ "use strict";

function GahConfig() {
this.$schema = 'https://raw.githubusercontent.com/awdware/gah/master/assets/gah-config-schema.json';
this.$schema = 'https://raw.githubusercontent.com/awdware/gah/master/shared/assets/gah-config-schema.json';
}

@@ -8,0 +8,0 @@ return GahConfig;

@@ -5,3 +5,3 @@ "use strict";

function GahEnvironment() {
this.$schema = '"https://raw.githubusercontent.com/awdware/gah/master/assets/gah-environment-schema.json"';
this.$schema = '"https://raw.githubusercontent.com/awdware/gah/master/shared/assets/gah-environment-schema.json"';
}

@@ -8,0 +8,0 @@ return GahEnvironment;

@@ -5,3 +5,3 @@ "use strict";

function GahHost() {
this.$schema = 'https://raw.githubusercontent.com/awdware/gah/master/assets/gah-host-schema.json';
this.$schema = 'https://raw.githubusercontent.com/awdware/gah/master/shared/assets/gah-host-schema.json';
this.modules = new Array();

@@ -8,0 +8,0 @@ }

@@ -5,3 +5,3 @@ "use strict";

function GahModule() {
this.$schema = 'https://raw.githubusercontent.com/awdware/gah/master/assets/gah-module-schema.json';
this.$schema = 'https://raw.githubusercontent.com/awdware/gah/master/shared/assets/gah-module-schema.json';
this.modules = new Array();

@@ -8,0 +8,0 @@ }

{
"name": "@awdware/gah-shared",
"version": "0.0.11",
"version": "0.0.12",
"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

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