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

@eclipse-glsp-examples/workflow-glsp

Package Overview
Dependencies
Maintainers
0
Versions
293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-glsp-examples/workflow-glsp - npm Package Compare versions

Comparing version 2.3.0-next.381 to 2.3.0-next.384

4

lib/direct-task-editing/direct-task-editor.d.ts

@@ -16,3 +16,3 @@ /********************************************************************************

********************************************************************************/
import { Action, AutoCompleteWidget, DOMHelper, EditorContextService, GLSPAbstractUIExtension, GLSPActionDispatcher, GModelRoot, ILogger, LabeledAction, Operation, ValidationStatus, ViewerOptions } from '@eclipse-glsp/client';
import { Action, AutoCompleteWidget, DOMHelper, EditorContextService, GLSPAbstractUIExtension, GModelRoot, IActionDispatcher, ILogger, LabeledAction, Operation, ValidationStatus, ViewerOptions } from '@eclipse-glsp/client';
import { TaskNode } from '../model';

@@ -55,3 +55,3 @@ /**

};
protected actionDispatcher: GLSPActionDispatcher;
protected actionDispatcher: IActionDispatcher;
protected editorContextService: EditorContextService;

@@ -58,0 +58,0 @@ protected viewerOptions: ViewerOptions;

@@ -137,3 +137,3 @@ "use strict";

(0, inversify_1.inject)(client_1.TYPES.IActionDispatcher),
__metadata("design:type", client_1.GLSPActionDispatcher)
__metadata("design:type", Object)
], TaskEditor.prototype, "actionDispatcher", void 0);

@@ -140,0 +140,0 @@ __decorate([

{
"name": "@eclipse-glsp-examples/workflow-glsp",
"version": "2.3.0-next.381+d472c7a",
"version": "2.3.0-next.384+a172687",
"description": "GLSP diagrams for the Workflow DSL",

@@ -43,3 +43,3 @@ "keywords": [

"dependencies": {
"@eclipse-glsp/client": "2.3.0-next.381+d472c7a",
"@eclipse-glsp/client": "2.3.0-next.384+a172687",
"balloon-css": "^0.5.0"

@@ -53,3 +53,3 @@ },

},
"gitHead": "d472c7a8ca5e38a813c9053fe05e12f5dae0e4cd"
"gitHead": "a172687427d52b5aeacc84e1f3f786d36118d31c"
}

@@ -22,4 +22,4 @@ /********************************************************************************

GLSPAbstractUIExtension,
GLSPActionDispatcher,
GModelRoot,
IActionDispatcher,
ILogger,

@@ -99,3 +99,3 @@ LabeledAction,

@inject(TYPES.IActionDispatcher)
protected actionDispatcher: GLSPActionDispatcher;
protected actionDispatcher: IActionDispatcher;

@@ -102,0 +102,0 @@ @inject(EditorContextService)

Sorry, the diff of this file is not supported yet

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