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

@adminide-stack/core

Package Overview
Dependencies
Maintainers
1
Versions
812
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adminide-stack/core - npm Package Compare versions

Comparing version 0.0.16-4 to 0.0.16-5

8

lib/constants/constants.d.ts
export declare const NATS_HEMERA_ADMINIDE_WORKSPACE = "NATS_HEMERA_ADMINIDE_WORKSPACE";
export declare const NATS_HEMERA_ADMINIDE_WORKSPACE_UPDATER = "NATS_HEMERA_ADMINIDE_WORKSPACE_UPDATER";
export declare enum WorkspaceStatus {

@@ -36,1 +37,8 @@ WORKSPACE_STATUS_DISCONNECTED = "WORKSPACE_STATUS_DISCONNECTED",

}
export declare enum WorkspaceServiceCommands {
CREATE_WORKSPACE = "CREATE_WORKSPACE",
REMOVE_WORKSPACE = "REMOVE_WORKSPACE",
START_WORKSPACE = "START_WORKSPACE",
STOP_WORKSPACE = "STOP_WORKSPACE",
UPDATE_WORKSPACE = "UPDATE_WORKSPACE",
}

11

lib/index.js

@@ -101,2 +101,3 @@ module.exports =

exports.NATS_HEMERA_ADMINIDE_WORKSPACE = 'NATS_HEMERA_ADMINIDE_WORKSPACE';
exports.NATS_HEMERA_ADMINIDE_WORKSPACE_UPDATER = 'NATS_HEMERA_ADMINIDE_WORKSPACE_UPDATER';
var WorkspaceStatus;

@@ -139,2 +140,10 @@ (function (WorkspaceStatus) {

})(WorkspaceDeploymentCommands = exports.WorkspaceDeploymentCommands || (exports.WorkspaceDeploymentCommands = {}));
var WorkspaceServiceCommands;
(function (WorkspaceServiceCommands) {
WorkspaceServiceCommands["CREATE_WORKSPACE"] = "CREATE_WORKSPACE";
WorkspaceServiceCommands["REMOVE_WORKSPACE"] = "REMOVE_WORKSPACE";
WorkspaceServiceCommands["START_WORKSPACE"] = "START_WORKSPACE";
WorkspaceServiceCommands["STOP_WORKSPACE"] = "STOP_WORKSPACE";
WorkspaceServiceCommands["UPDATE_WORKSPACE"] = "UPDATE_WORKSPACE";
})(WorkspaceServiceCommands = exports.WorkspaceServiceCommands || (exports.WorkspaceServiceCommands = {}));

@@ -230,4 +239,4 @@

IStackType["IDE_STACK"] = "IDE_STACK";
IStackType["CUSTOM_STACK"] = "CUSTOM_STACK";
IStackType["MONOCULAR_STACK"] = "MONOCULAR_STACK";
IStackType["CUSTOM_STACK"] = "CUSTOM_STACK";
})(IStackType = exports.IStackType || (exports.IStackType = {}));

@@ -234,0 +243,0 @@ var ISourceProviders;

3

lib/interfaces/workspace.d.ts

@@ -34,2 +34,3 @@ import { WorkspaceStatus } from '../constants';

export interface IWorkspaceCreateRequest {
id?: string;
name: string;

@@ -63,4 +64,4 @@ language?: string;

IDE_STACK = "IDE_STACK",
CUSTOM_STACK = "CUSTOM_STACK",
MONOCULAR_STACK = "MONOCULAR_STACK",
CUSTOM_STACK = "CUSTOM_STACK",
}

@@ -67,0 +68,0 @@ export declare enum ISourceProviders {

{
"name": "@adminide-stack/core",
"version": "0.0.16-4",
"version": "0.0.16-5",
"description": "AdminIDE core for higher packages to depend on",

@@ -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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc