Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eclipse-glsp/protocol

Package Overview
Dependencies
Maintainers
6
Versions
295
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-glsp/protocol - npm Package Compare versions

Comparing version 2.2.0-next.345 to 2.2.0-next.346

2

lib/re-exports.d.ts

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

********************************************************************************/
export { Viewport } from 'sprotty-protocol/lib/model';
export { Alignable, EdgeLayoutable, EdgePlacement, EdgeSide, Expandable, Fadeable, SButton as GButtonSchema, SCompartment as GCompartmentSchema, SEdge as GEdgeSchema, ForeignObjectElement as GForeignObjectElementSchema, SGraph as GGraphSchema, HtmlRoot as GHtmlRootSchema, SIssue as GIssue, SIssueMarker as GIssueMarkerSchema, SIssueSeverity as GIssueSeverity, SLabel as GLabelSchema, SModelElement as GModelElementSchema, SModelRoot as GModelRootSchema, SNode as GNodeSchema, SPort as GPortSchema, PreRenderedElement as GPreRenderedElementSchema, SShapeElement as GShapeElementSchema, ShapedPreRenderedElement as GShapedPreRenderedElementSchema, ViewportRootElement as GViewportRootElementSchema, HAlignment, Hoverable, LayoutKind, Locateable, ModelLayoutOptions, Projectable, Scrollable, Selectable, VAlignment, Viewport, Zoomable, isScrollable, isZoomable } from 'sprotty-protocol/lib/model';
export * from 'sprotty-protocol/lib/utils/async';

@@ -19,0 +19,0 @@ export * from 'sprotty-protocol/lib/utils/geometry';

@@ -17,3 +17,21 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.getSubType = exports.getBasicType = exports.findElement = exports.cloneModel = exports.applyBounds = void 0;
exports.getSubType = exports.getBasicType = exports.findElement = exports.cloneModel = exports.applyBounds = exports.isZoomable = exports.isScrollable = void 0;
/********************************************************************************
* Copyright (c) 2023 EclipseSource and others.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* This Source Code may also be made available under the following Secondary
* Licenses when the conditions for such availability set forth in the Eclipse
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
* with the GNU Classpath Exception which is available at
* https://www.gnu.org/software/classpath/license.html.
*
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
********************************************************************************/
var model_1 = require("sprotty-protocol/lib/model");
Object.defineProperty(exports, "isScrollable", { enumerable: true, get: function () { return model_1.isScrollable; } });
Object.defineProperty(exports, "isZoomable", { enumerable: true, get: function () { return model_1.isZoomable; } });
__exportStar(require("sprotty-protocol/lib/utils/async"), exports);

@@ -20,0 +38,0 @@ __exportStar(require("sprotty-protocol/lib/utils/geometry"), exports);

{
"name": "@eclipse-glsp/protocol",
"version": "2.2.0-next.345+76a576b",
"version": "2.2.0-next.346+dd2a425",
"description": "The protocol definition for client-server communication in GLSP",

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

"dependencies": {
"sprotty-protocol": "1.0.0",
"sprotty-protocol": "1.2.0",
"uuid": "7.0.3",

@@ -62,3 +62,3 @@ "vscode-jsonrpc": "^8.0.2"

},
"gitHead": "76a576bd47cbb7229cf338ab547deeff871d59a9"
"gitHead": "dd2a42501677d4175a47c78cc1900012937e7051"
}

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

********************************************************************************/
export { Viewport } from 'sprotty-protocol/lib/model';
export {
Alignable,
EdgeLayoutable,
EdgePlacement,
EdgeSide,
Expandable,
Fadeable,
SButton as GButtonSchema,
SCompartment as GCompartmentSchema,
SEdge as GEdgeSchema,
ForeignObjectElement as GForeignObjectElementSchema,
SGraph as GGraphSchema,
HtmlRoot as GHtmlRootSchema,
SIssue as GIssue,
SIssueMarker as GIssueMarkerSchema,
SIssueSeverity as GIssueSeverity,
SLabel as GLabelSchema,
SModelElement as GModelElementSchema,
SModelRoot as GModelRootSchema,
SNode as GNodeSchema,
SPort as GPortSchema,
PreRenderedElement as GPreRenderedElementSchema,
SShapeElement as GShapeElementSchema,
ShapedPreRenderedElement as GShapedPreRenderedElementSchema,
ViewportRootElement as GViewportRootElementSchema,
HAlignment,
Hoverable,
LayoutKind,
Locateable,
ModelLayoutOptions,
Projectable,
Scrollable,
Selectable,
VAlignment,
Viewport,
Zoomable,
isScrollable,
isZoomable
} from 'sprotty-protocol/lib/model';
export * from 'sprotty-protocol/lib/utils/async';

@@ -19,0 +57,0 @@ export * from 'sprotty-protocol/lib/utils/geometry';

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