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
6
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.1.0-next.305 to 2.1.0-next.306

2

lib/re-exports.d.ts

@@ -83,3 +83,3 @@ /********************************************************************************

export * from 'sprotty/lib/features/decoration/decoration-placer';
export { Decoration, SDecoration as GDecoration, SIssue as GIssue, SIssueSeverity as GIssueSeverity, SIssueMarker } from 'sprotty/lib/features/decoration/model';
export { Decoration, SDecoration as GDecoration, SIssue as GIssue, SIssueSeverity as GIssueSeverity, SIssueMarker, isDecoration } from 'sprotty/lib/features/decoration/model';
export * from 'sprotty/lib/features/decoration/views';

@@ -86,0 +86,0 @@ export * from 'sprotty/lib/features/edge-intersection/intersection-finder';

@@ -32,4 +32,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.edgeInProgressID = exports.connectableFeature = exports.GRoutingHandle = exports.GRoutableElement = exports.GDanglingAnchor = exports.GConnectableElement = exports.SIssueMarker = exports.GIssue = exports.GDecoration = exports.SvgExporter = exports.ExportSvgPostprocessor = exports.ExportSvgKeyListener = exports.ExportSvgCommand = exports.DeleteContextMenuItemProvider = exports.ContextMenuProviderRegistry = exports.RevealNamedElementActionProvider = exports.CommandPaletteActionProviderRegistry = exports.GButton = exports.configureButtonHandler = exports.ButtonHandlerRegistry = exports.layoutableChildFeature = exports.layoutContainerFeature = exports.isSizeable = exports.isLayoutableChild = exports.isLayoutContainer = exports.isBoundsAware = exports.isAlignable = exports.getAbsoluteClientBounds = exports.getAbsoluteBounds = exports.findChildrenAtPosition = exports.boundsFeature = exports.GShapeElement = exports.PopupMouseTool = exports.MouseTool = exports.MousePositionTracker = exports.KeyTool = exports.createFeatureSet = exports.SModelRegistry = exports.GModelFactory = exports.EMPTY_ROOT = exports.isParent = exports.createRandomId = exports.ModelIndexImpl = exports.GParentElement = exports.GModelRoot = exports.GModelElement = exports.GChildElement = exports.onAction = exports.configureActionHandler = exports.ActionHandlerRegistry = void 0;
exports.RectangularPort = exports.RectangularNode = exports.GShapedPreRenderedElement = exports.GPreRenderedElement = exports.GHtmlRoot = exports.GForeignObjectElement = exports.DiamondNode = exports.CircularPort = exports.CircularNode = exports.PolylineEdgeViewWithGapsOnIntersections = exports.PolylineEdgeView = exports.JumpingPolylineEdgeView = exports.GRoutingHandleView = exports.GLabelView = exports.GGraphView = exports.GCompartmentView = exports.GBezierCreateHandleView = exports.GBezierControlHandleView = exports.BezierCurveEdgeView = exports.SGraphImpl = exports.SEdgeImpl = exports.GPort = exports.GNode = exports.GLabel = exports.GGraphIndex = exports.GCompartment = exports.GViewportRootElement = exports.SprottySelectCommand = exports.SprottySelectAllCommand = exports.SelectMouseListener = exports.SelectKeyboardListener = exports.GetSelectionCommand = exports.isConnectable = exports.getRouteBounds = exports.getAbsoluteRouteBounds = exports.edgeInProgressTargetHandleID = void 0;
exports.connectableFeature = exports.GRoutingHandle = exports.GRoutableElement = exports.GDanglingAnchor = exports.GConnectableElement = exports.isDecoration = exports.SIssueMarker = exports.GIssue = exports.GDecoration = exports.SvgExporter = exports.ExportSvgPostprocessor = exports.ExportSvgKeyListener = exports.ExportSvgCommand = exports.DeleteContextMenuItemProvider = exports.ContextMenuProviderRegistry = exports.RevealNamedElementActionProvider = exports.CommandPaletteActionProviderRegistry = exports.GButton = exports.configureButtonHandler = exports.ButtonHandlerRegistry = exports.layoutableChildFeature = exports.layoutContainerFeature = exports.isSizeable = exports.isLayoutableChild = exports.isLayoutContainer = exports.isBoundsAware = exports.isAlignable = exports.getAbsoluteClientBounds = exports.getAbsoluteBounds = exports.findChildrenAtPosition = exports.boundsFeature = exports.GShapeElement = exports.PopupMouseTool = exports.MouseTool = exports.MousePositionTracker = exports.KeyTool = exports.createFeatureSet = exports.SModelRegistry = exports.GModelFactory = exports.EMPTY_ROOT = exports.isParent = exports.createRandomId = exports.ModelIndexImpl = exports.GParentElement = exports.GModelRoot = exports.GModelElement = exports.GChildElement = exports.onAction = exports.configureActionHandler = exports.ActionHandlerRegistry = void 0;
exports.RectangularPort = exports.RectangularNode = exports.GShapedPreRenderedElement = exports.GPreRenderedElement = exports.GHtmlRoot = exports.GForeignObjectElement = exports.DiamondNode = exports.CircularPort = exports.CircularNode = exports.PolylineEdgeViewWithGapsOnIntersections = exports.PolylineEdgeView = exports.JumpingPolylineEdgeView = exports.GRoutingHandleView = exports.GLabelView = exports.GGraphView = exports.GCompartmentView = exports.GBezierCreateHandleView = exports.GBezierControlHandleView = exports.BezierCurveEdgeView = exports.SGraphImpl = exports.SEdgeImpl = exports.GPort = exports.GNode = exports.GLabel = exports.GGraphIndex = exports.GCompartment = exports.GViewportRootElement = exports.SprottySelectCommand = exports.SprottySelectAllCommand = exports.SelectMouseListener = exports.SelectKeyboardListener = exports.GetSelectionCommand = exports.isConnectable = exports.getRouteBounds = exports.getAbsoluteRouteBounds = exports.edgeInProgressTargetHandleID = exports.edgeInProgressID = void 0;
/**

@@ -167,2 +167,3 @@ * @eclipse-glsp/protocol

Object.defineProperty(exports, "SIssueMarker", { enumerable: true, get: function () { return model_3.SIssueMarker; } });
Object.defineProperty(exports, "isDecoration", { enumerable: true, get: function () { return model_3.isDecoration; } });
__exportStar(require("sprotty/lib/features/decoration/views"), exports);

@@ -169,0 +170,0 @@ __exportStar(require("sprotty/lib/features/edge-intersection/intersection-finder"), exports);

@@ -19,2 +19,3 @@ export declare const TYPES: {

IHelperLineManager: symbol;
IHelperLineOptions: symbol;
IElementNavigator: symbol;

@@ -21,0 +22,0 @@ ILocalElementNavigator: symbol;

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

// eslint-disable-next-line deprecation/deprecation
ISModelRootListener: IGModelRootListener, IGModelRootListener: IGModelRootListener, IContextMenuProvider: Symbol('IContextMenuProvider'), ICopyPasteHandler: Symbol('ICopyPasteHandler'), ITool: Symbol('ITool'), IDefaultTool: Symbol('IDefaultTool'), IEditModeListener: Symbol('IEditModeListener'), IMarqueeBehavior: Symbol('IMarqueeBehavior'), IHelperLineManager: Symbol('IHelperLineManager'), IElementNavigator: Symbol('IElementNavigator'), ILocalElementNavigator: Symbol('ILocalElementNavigator'), IDiagramOptions: Symbol('IDiagramOptions'), IDiagramStartup: Symbol('IDiagramStartup'), IToolManager: Symbol('IToolManager') });
ISModelRootListener: IGModelRootListener, IGModelRootListener: IGModelRootListener, IContextMenuProvider: Symbol('IContextMenuProvider'), ICopyPasteHandler: Symbol('ICopyPasteHandler'), ITool: Symbol('ITool'), IDefaultTool: Symbol('IDefaultTool'), IEditModeListener: Symbol('IEditModeListener'), IMarqueeBehavior: Symbol('IMarqueeBehavior'), IHelperLineManager: Symbol('IHelperLineManager'), IHelperLineOptions: Symbol('IHelperLineOptions'), IElementNavigator: Symbol('IElementNavigator'), ILocalElementNavigator: Symbol('ILocalElementNavigator'), IDiagramOptions: Symbol('IDiagramOptions'), IDiagramStartup: Symbol('IDiagramStartup'), IToolManager: Symbol('IToolManager') });
//# sourceMappingURL=types.js.map
{
"name": "@eclipse-glsp/sprotty",
"version": "2.1.0-next.305+87e78dc",
"version": "2.1.0-next.306+45e896a",
"description": "Augmented reexport of the sprotty API for GLSP",

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

"dependencies": {
"@eclipse-glsp/protocol": "2.1.0-next.305+87e78dc",
"@eclipse-glsp/protocol": "2.1.0-next.306+45e896a",
"autocompleter": "^9.1.0",

@@ -52,3 +52,3 @@ "snabbdom": "^3.5.1",

},
"gitHead": "87e78dc75c8346396619bbb1126335860f9fb50b"
"gitHead": "45e896a12e39a220635b5c4f1d165165d0c07c86"
}

@@ -175,3 +175,4 @@ /********************************************************************************

// Export as is, we extend it glsp-client to `GIssueMarker`
SIssueMarker
SIssueMarker,
isDecoration
} from 'sprotty/lib/features/decoration/model';

@@ -178,0 +179,0 @@ export * from 'sprotty/lib/features/decoration/views';

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

IHelperLineManager: Symbol('IHelperLineManager'),
IHelperLineOptions: Symbol('IHelperLineOptions'),
IElementNavigator: Symbol('IElementNavigator'),

@@ -46,0 +47,0 @@ ILocalElementNavigator: Symbol('ILocalElementNavigator'),

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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