@eclipse-glsp/sprotty
Advanced tools
Comparing version 1.1.0-next.e8bdd69.287 to 2.1.0-next.12ca798.289
@@ -12,3 +12,3 @@ "use strict"; | ||
const sprotty_1 = require("sprotty"); | ||
let KeyListener = exports.KeyListener = class KeyListener extends sprotty_1.KeyListener { | ||
let KeyListener = class KeyListener extends sprotty_1.KeyListener { | ||
keyDown(element, event) { | ||
@@ -21,6 +21,7 @@ return []; | ||
}; | ||
exports.KeyListener = KeyListener; | ||
exports.KeyListener = KeyListener = __decorate([ | ||
(0, inversify_1.injectable)() | ||
], KeyListener); | ||
let MouseListener = exports.MouseListener = class MouseListener extends sprotty_1.MouseListener { | ||
let MouseListener = class MouseListener extends sprotty_1.MouseListener { | ||
mouseOver(target, event) { | ||
@@ -66,2 +67,3 @@ return []; | ||
}; | ||
exports.MouseListener = MouseListener; | ||
exports.MouseListener = MouseListener = __decorate([ | ||
@@ -68,0 +70,0 @@ (0, inversify_1.injectable)() |
{ | ||
"name": "@eclipse-glsp/sprotty", | ||
"version": "1.1.0-next.e8bdd69.287+e8bdd69", | ||
"version": "2.1.0-next.12ca798.289+12ca798", | ||
"description": "Augmented reexport of the sprotty API for GLSP", | ||
@@ -37,6 +37,7 @@ "homepage": "https://www.eclipse.org/glsp/", | ||
"dependencies": { | ||
"@eclipse-glsp/protocol": "1.1.0-next.e8bdd69.287+e8bdd69", | ||
"@eclipse-glsp/protocol": "2.1.0-next.12ca798.289+12ca798", | ||
"autocompleter": "^9.1.0", | ||
"snabbdom": "^3.5.1", | ||
"sprotty": "0.15.0-next.044bba2.13" | ||
"sprotty": "1.0.0", | ||
"sprotty-protocol": "1.0.0" | ||
}, | ||
@@ -51,3 +52,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "e8bdd696e0c391132c2d43edb1529d171b02b831" | ||
"gitHead": "12ca7983757966419ca1c15cdc333cefdf56558f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
192812
1227
1
5
+ Addedsprotty-protocol@1.0.0
+ Addedsprotty@1.0.0(transitive)
+ Addedsprotty-protocol@1.0.0(transitive)
- Removedsprotty@0.15.0-next.044bba2.13(transitive)
Updated@eclipse-glsp/protocol@2.1.0-next.12ca798.289+12ca798
Updatedsprotty@1.0.0