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.377 to 2.3.0-next.378

3

lib/re-exports.js

@@ -35,4 +35,2 @@ "use strict";

exports.SvgViewportView = exports.RectangularNodeView = exports.EmptyGroupView = exports.RectangularPort = exports.RectangularNode = exports.GShapedPreRenderedElement = exports.GPreRenderedElement = exports.GHtmlRoot = exports.GForeignObjectElement = exports.DiamondNode = exports.CircularPort = exports.CircularNode = exports.SGraphView = void 0;
const protocol_1 = require("@eclipse-glsp/protocol");
const inversify_1 = require("inversify");
/**

@@ -43,3 +41,2 @@ * @eclipse-glsp/protocol

__exportStar(require("@eclipse-glsp/protocol/lib/di"), exports);
(0, inversify_1.decorate)((0, inversify_1.injectable)(), protocol_1.JsonrpcClientProxy);
/*

@@ -46,0 +43,0 @@ * sprotty

6

package.json
{
"name": "@eclipse-glsp/sprotty",
"version": "2.3.0-next.377+4d96e60",
"version": "2.3.0-next.378+96fdfd3",
"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.377+4d96e60",
"@eclipse-glsp/protocol": "2.3.0-next.378+96fdfd3",
"autocompleter": "^9.1.0",

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

},
"gitHead": "4d96e60a0c5f24b4604777daec4fe47f867da580"
"gitHead": "96fdfd31fdaa7e6be26e61edd1862b8090d919c3"
}

@@ -17,5 +17,2 @@ /********************************************************************************

import { JsonrpcClientProxy } from '@eclipse-glsp/protocol';
import { decorate, injectable } from 'inversify';
/**

@@ -26,3 +23,2 @@ * @eclipse-glsp/protocol

export * from '@eclipse-glsp/protocol/lib/di';
decorate(injectable(), JsonrpcClientProxy);

@@ -29,0 +25,0 @@ /*

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