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.391 to 2.3.0-next.392

6

lib/types.d.ts
export declare const TYPES: {
/** @deprecated Using async providers for container service retrieval is discouraged. Use the `LazyInjector` instead */
ActionHandlerRegistryProvider: symbol;
IAsyncClipboardService: symbol;
/** @deprecated Async provider is no longer necessary. Either directly inject or use `LazyInjector`*/
IEditorContextServiceProvider: symbol;

@@ -36,3 +39,2 @@ IFeedbackActionDispatcher: symbol;

ActionHandlerRegistration: symbol;
ActionHandlerRegistryProvider: symbol;
IAnchorComputer: symbol;

@@ -62,3 +64,3 @@ AnimationFrameSyncer: symbol;

LayoutRegistration: symbol;
LayoutRegistry: symbol;
LayoutRegistry: symbol; /** @deprecated Use {@link TYPES.IGModelRootListener} instead */
Layouter: symbol;

@@ -65,0 +67,0 @@ LogLevel: symbol;

@@ -19,2 +19,3 @@ "use strict";

********************************************************************************/
/* eslint-disable deprecation/deprecation */
const sprotty_1 = require("sprotty");

@@ -28,3 +29,6 @@ /**

...sprotty_1.TYPES,
/** @deprecated Using async providers for container service retrieval is discouraged. Use the `LazyInjector` instead */
ActionHandlerRegistryProvider: sprotty_1.TYPES.ActionHandlerRegistryProvider,
IAsyncClipboardService: Symbol('IAsyncClipboardService'),
/** @deprecated Async provider is no longer necessary. Either directly inject or use `LazyInjector`*/
IEditorContextServiceProvider: Symbol('IEditorContextProvider'),

@@ -38,3 +42,2 @@ IFeedbackActionDispatcher: Symbol('IFeedbackActionDispatcher'),

/** @deprecated Use {@link TYPES.IGModelRootListener} instead */
// eslint-disable-next-line deprecation/deprecation
ISModelRootListener: IGModelRootListener,

@@ -41,0 +44,0 @@ IGModelRootListener: IGModelRootListener,

{
"name": "@eclipse-glsp/sprotty",
"version": "2.3.0-next.391+dd011ea",
"version": "2.3.0-next.392+68f4eb4",
"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.391+dd011ea",
"@eclipse-glsp/protocol": "2.3.0-next.392+68f4eb4",
"autocompleter": "^9.1.0",

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

},
"gitHead": "dd011eae4f7a629cc2431e5e6d832ddb9483554b"
"gitHead": "68f4eb43bd9da4b9812d6766fdcdc9761f54e1e7"
}

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

********************************************************************************/
/* eslint-disable deprecation/deprecation */
import { TYPES as SprottyTYPES } from 'sprotty';

@@ -25,6 +26,8 @@

const IGModelRootListener = Symbol('IGModelRootListener');
export const TYPES = {
...SprottyTYPES,
/** @deprecated Using async providers for container service retrieval is discouraged. Use the `LazyInjector` instead */
ActionHandlerRegistryProvider: SprottyTYPES.ActionHandlerRegistryProvider,
IAsyncClipboardService: Symbol('IAsyncClipboardService'),
/** @deprecated Async provider is no longer necessary. Either directly inject or use `LazyInjector`*/
IEditorContextServiceProvider: Symbol('IEditorContextProvider'),

@@ -38,3 +41,2 @@ IFeedbackActionDispatcher: Symbol('IFeedbackActionDispatcher'),

/** @deprecated Use {@link TYPES.IGModelRootListener} instead */
// eslint-disable-next-line deprecation/deprecation
ISModelRootListener: IGModelRootListener,

@@ -41,0 +43,0 @@ IGModelRootListener: IGModelRootListener,

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