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

@eclipse-glsp/sprotty

Package Overview
Dependencies
Maintainers
0
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-glsp/sprotty - npm Package Compare versions

Comparing version 2.3.0-next.388 to 2.3.0-next.389

7

lib/api-override.d.ts

@@ -63,2 +63,9 @@ /********************************************************************************

/**
* Optional method to initialize the action dispatcher.
* Implementation can use this as a hook to perform any initialization tasks,
* like registering action handlers or setting up the initial diagram.
* Called by the `DiagramLoader` when starting the loading process.
*/
initialize?(): Promise<void>;
/**
* Dispatch an action by querying all handlers that are registered for its kind.

@@ -65,0 +72,0 @@ * The returned promise is resolved when all handler results (commands or actions)

6

package.json
{
"name": "@eclipse-glsp/sprotty",
"version": "2.3.0-next.388+352e764",
"version": "2.3.0-next.389+d14d1ee",
"description": "Augmented reexport of the sprotty API for GLSP",

@@ -36,3 +36,3 @@ "homepage": "https://www.eclipse.org/glsp/",

"dependencies": {
"@eclipse-glsp/protocol": "2.3.0-next.388+352e764",
"@eclipse-glsp/protocol": "2.3.0-next.389+d14d1ee",
"autocompleter": "^9.1.0",

@@ -55,3 +55,3 @@ "snabbdom": "~3.5.1",

},
"gitHead": "352e764f6e68ced5dee50f047af11cec5b95eaf6"
"gitHead": "d14d1ee025af44a2e46eda8a9b9419cb2d58da93"
}

@@ -139,2 +139,9 @@ /********************************************************************************

/**
* Optional method to initialize the action dispatcher.
* Implementation can use this as a hook to perform any initialization tasks,
* like registering action handlers or setting up the initial diagram.
* Called by the `DiagramLoader` when starting the loading process.
*/
initialize?(): Promise<void>;
/**
* Dispatch an action by querying all handlers that are registered for its kind.

@@ -141,0 +148,0 @@ * The returned promise is resolved when all handler results (commands or actions)

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