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

@eclipse-glsp/protocol

Package Overview
Dependencies
Maintainers
5
Versions
297
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 0.9.0-next.020b800b to 0.9.0-next.0633ee0a

26

package.json
{
"name": "@eclipse-glsp/protocol",
"version": "0.9.0-next.020b800b",
"version": "0.9.0-next.0633ee0a",
"description": "The protocol definition for client-server communication in GLSP",

@@ -15,11 +15,11 @@ "license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",

],
"homepage": "https://www.eclipse.org/glsp/",
"bugs": "https://github.com/eclipse-glsp/glsp-client/issues",
"files": [
"lib",
"src"
],
"author": {
"name": "Eclipse GLSP"
},
"homepage": "https://www.eclipse.org/glsp/",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-glsp/glsp-client.git"
},
"bugs": "https://github.com/eclipse-glsp/glsp/issues",
"contributors": [

@@ -42,6 +42,6 @@ {

],
"repository": {
"type": "git",
"url": "https://github.com/eclipse-glsp/glsp-client.git"
},
"files": [
"lib",
"src"
],
"dependencies": {

@@ -58,5 +58,5 @@ "uuid": "7.0.3",

"scripts": {
"prepare": "yarn run clean && yarn run build",
"prepare": "yarn clean && yarn build && yarn lint",
"clean": "rimraf lib",
"build": "tsc && yarn run lint",
"build": "tsc",
"lint": "eslint -c ./.eslintrc.js --ext .ts ./src",

@@ -63,0 +63,0 @@ "watch": "tsc -w"

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