New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@contrail/entity-types

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrail/entity-types - npm Package Compare versions

Comparing version 1.1.42 to 1.1.43

lib/share-links.d.ts

4

lib/app-extension-definition.d.ts

@@ -7,4 +7,3 @@ import { App } from "./app";

CONTEXTUAL_ACTION = "CONTEXTUAL_ACTION",
CONTEXTUAL_INFORMATION_WIDGET = "CONTEXTUAL_INFORMATION_WIDGET",
ADMIN_UTILITY = "ADMIN_UTILITY"
CONTEXTUAL_INFORMATION_WIDGET = "CONTEXTUAL_INFORMATION_WIDGET"
}

@@ -15,3 +14,2 @@ export declare enum AppExtensionUserApps {

PLAN = "PLAN",
ADMIN_CONSOLE = "ADMIN_CONSOLE",
ALL = "ALL"

@@ -18,0 +16,0 @@ }

@@ -9,3 +9,2 @@ "use strict";

AppExtensionType["CONTEXTUAL_INFORMATION_WIDGET"] = "CONTEXTUAL_INFORMATION_WIDGET";
AppExtensionType["ADMIN_UTILITY"] = "ADMIN_UTILITY";
})(AppExtensionType = exports.AppExtensionType || (exports.AppExtensionType = {}));

@@ -17,4 +16,3 @@ var AppExtensionUserApps;

AppExtensionUserApps["PLAN"] = "PLAN";
AppExtensionUserApps["ADMIN_CONSOLE"] = "ADMIN_CONSOLE";
AppExtensionUserApps["ALL"] = "ALL";
})(AppExtensionUserApps = exports.AppExtensionUserApps || (exports.AppExtensionUserApps = {}));

@@ -21,4 +21,5 @@ export * from './app-access-grant';

export * from './subscription';
export * from './share-links';
export * from './type-managed-entity';
export * from './user';
export * from './workspace-managed-entity';

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

__exportStar(require("./subscription"), exports);
__exportStar(require("./share-links"), exports);
__exportStar(require("./type-managed-entity"), exports);
__exportStar(require("./user"), exports);
__exportStar(require("./workspace-managed-entity"), exports);
{
"name": "@contrail/entity-types",
"version": "1.1.42",
"version": "1.1.43",
"description": "A types library for Vibeiq entities.",

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

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