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.23 to 0.0.24

4

lib/models/gah-event.d.ts

@@ -21,3 +21,4 @@ import { GahFileData } from './install-helper/gah-file';

ANGULAR_JSON_ADJUSTED = 16,
PACKAGES_INSTALLED = 17
INDEX_HTML_ADJUSTED = 17,
PACKAGES_INSTALLED = 18
}

@@ -48,2 +49,3 @@ export interface GahEventPayload {

export declare type AngularJsonAdjustedEvent = GahModuleDataPayload;
export declare type IndexHtmlAdjustedEvent = GahModuleDataPayload;
export declare type PackagesInstalledEvent = GahModuleDataPayload;

@@ -23,4 +23,5 @@ "use strict";

GahEvent[GahEvent["ANGULAR_JSON_ADJUSTED"] = 16] = "ANGULAR_JSON_ADJUSTED";
GahEvent[GahEvent["PACKAGES_INSTALLED"] = 17] = "PACKAGES_INSTALLED";
GahEvent[GahEvent["INDEX_HTML_ADJUSTED"] = 17] = "INDEX_HTML_ADJUSTED";
GahEvent[GahEvent["PACKAGES_INSTALLED"] = 18] = "PACKAGES_INSTALLED";
})(GahEvent = exports.GahEvent || (exports.GahEvent = {}));
//# sourceMappingURL=gah-event.js.map
{
"name": "@awdware/gah-shared",
"version": "0.0.23",
"version": "0.0.24",
"description": "Provides types and interfaces for gah",

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

@@ -21,3 +21,4 @@ import { GahFileData } from './install-helper/gah-file';

ANGULAR_JSON_ADJUSTED = 16,
PACKAGES_INSTALLED = 17
INDEX_HTML_ADJUSTED = 17,
PACKAGES_INSTALLED = 18
}

@@ -48,2 +49,3 @@ export interface GahEventPayload {

export declare type AngularJsonAdjustedEvent = GahModuleDataPayload;
export declare type IndexHtmlAdjustedEvent = GahModuleDataPayload;
export declare type PackagesInstalledEvent = GahModuleDataPayload;

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