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-59 to 0.0.15-60

7

lib/constants/constants.d.ts

@@ -22,1 +22,8 @@ export declare enum WorkspaceStatus {

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

@@ -123,2 +123,10 @@ module.exports =

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

@@ -125,0 +133,0 @@

2

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