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.10 to 0.0.11

0

assets/gah-config-schema.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

1

lib/models/gah-module.d.ts

@@ -9,3 +9,4 @@ import { ModuleDefinition } from './module-definition';

get isHost(): boolean;
set isHost(value: boolean);
constructor();
}

@@ -10,2 +10,5 @@ "use strict";

get: function () { return false; },
set: function (value) {
// Workaround xD
},
enumerable: true,

@@ -12,0 +15,0 @@ configurable: true

2

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc