Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@adminide-stack/core

Package Overview
Dependencies
Maintainers
1
Versions
797
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.5 to 0.0.6

19

lib/interfaces/workspace.d.ts

@@ -8,2 +8,3 @@ export interface IWorkspace {

spec: IWorkspaceSpec;
config: IWorkspaceConfig;
}

@@ -31,2 +32,20 @@ export interface IWorkspaceCreateRequest {

}
export interface IWorkspaceConfig {
id?: string;
dnsName: string;
dnsId?: string;
container: string;
ports?: IWorkspacePorts;
}
export interface IWorkspaceConfigPayload {
container?: string;
dnsId?: string;
dnsName?: string;
workspaceId?: string;
status?: IWorkspaceStatus;
}
export interface IWorkspacePorts {
application: string;
socket: string;
}
export declare enum IWorkspaceStatus {

@@ -33,0 +52,0 @@ WORKSPACE_STATUS_CONNECTED = 0,

2

package.json
{
"name": "@adminide-stack/core",
"version": "0.0.5",
"version": "0.0.6",
"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