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.2.0 to 2.2.1

6

lib/direct-task-editing/direct-task-editor.js

@@ -43,3 +43,7 @@ "use strict";

function create(options) {
return Object.assign({ kind: EditTaskOperation.KIND, isOperation: true }, options);
return {
kind: EditTaskOperation.KIND,
isOperation: true,
...options
};
}

@@ -46,0 +50,0 @@ EditTaskOperation.create = create;

6

package.json
{
"name": "@eclipse-glsp-examples/workflow-glsp",
"version": "2.2.0",
"version": "2.2.1",
"description": "GLSP diagrams for the Workflow DSL",

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

"dependencies": {
"@eclipse-glsp/client": "2.2.0",
"@eclipse-glsp/client": "2.2.1",
"balloon-css": "^0.5.0"

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

},
"gitHead": "b0e3022fbd2df727a7604e530a27fa92ace29900"
"gitHead": "ab41d5ab3f3633328b4b147f3eb627d208836083"
}

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