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

3

lib/constants/constants.d.ts

@@ -0,1 +1,2 @@

export declare const NATS_HEMERA_ADMINIDE_WORKSPACE = "NATS_HEMERA_ADMINIDE_WORKSPACE";
export declare enum WorkspaceStatus {

@@ -14,4 +15,2 @@ WORKSPACE_STATUS_DISCONNECTED = "WORKSPACE_STATUS_DISCONNECTED",

export declare enum WorkspaceServerEvents {
WORKSPACE_INPROGRESS_EVENT = "WORKSPACE_INPROGRESS_EVENT",
WORKSPACE_FAILED_EVENT = "WORKSPACE_FAILED_EVENT",
WORKSPACE_CREATED_EVENT = "WORKSPACE_CREATED_EVENT",

@@ -18,0 +17,0 @@ WORKSPACE_REMOVED_EVENT = "WORKSPACE_REMOVED_EVENT",

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.NATS_HEMERA_ADMINIDE_WORKSPACE = 'NATS_HEMERA_ADMINIDE_WORKSPACE';
var WorkspaceStatus;

@@ -116,4 +117,2 @@ (function (WorkspaceStatus) {

(function (WorkspaceServerEvents) {
WorkspaceServerEvents["WORKSPACE_INPROGRESS_EVENT"] = "WORKSPACE_INPROGRESS_EVENT";
WorkspaceServerEvents["WORKSPACE_FAILED_EVENT"] = "WORKSPACE_FAILED_EVENT";
WorkspaceServerEvents["WORKSPACE_CREATED_EVENT"] = "WORKSPACE_CREATED_EVENT";

@@ -120,0 +119,0 @@ WorkspaceServerEvents["WORKSPACE_REMOVED_EVENT"] = "WORKSPACE_REMOVED_EVENT";

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