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.15-55 to 0.0.15-56

11

lib/interfaces/workspace.d.ts

@@ -42,2 +42,4 @@ import { WorkspaceStatus } from '../constants';

export interface IStack {
id?: string;
connectionId?: string;
type: IStackType;

@@ -125,4 +127,3 @@ repository?: string;

requestedUserId?: string;
namespace?: string;
releaseName?: string;
stacks?: IStack[];
}

@@ -132,4 +133,3 @@ export interface IWorkspaceStartRequest {

requestedUserId?: string;
namespace?: string;
releaseName?: string;
stacks?: IStack[];
}

@@ -139,4 +139,3 @@ export interface IWorkspaceStopRequest {

requestedUserId?: string;
namespace?: string;
releaseName?: string;
stacks?: IStack[];
}

@@ -143,0 +142,0 @@ export interface IWorkspaceConfigPayload {

{
"name": "@adminide-stack/core",
"version": "0.0.15-55",
"version": "0.0.15-56",
"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