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.3.0-next.312 to 2.3.0-next.314

1

lib/utils/index.d.ts

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

export * from './event';
export * from './test-util';
export * from './type-util';
//# sourceMappingURL=index.d.ts.map

4

lib/utils/index.js

@@ -36,4 +36,6 @@ "use strict";

__exportStar(require("./event"), exports);
__exportStar(require("./test-util"), exports);
// we do not export test-util to avoid a dependency on test frameworks such as chai
// however, adopters can still access the file by accessing it through the complete path
// export * from './test-util';
__exportStar(require("./type-util"), exports);
//# sourceMappingURL=index.js.map
{
"name": "@eclipse-glsp/protocol",
"version": "2.3.0-next.312+ffba8f8",
"version": "2.3.0-next.314+03ec8b6",
"description": "The protocol definition for client-server communication in GLSP",

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

},
"gitHead": "ffba8f8f33771c6dd32310b743eac0150ffe4717"
"gitHead": "03ec8b6bb668e3ac83e8f5a4850aa595af3818cc"
}

@@ -20,3 +20,5 @@ /********************************************************************************

export * from './event';
export * from './test-util';
// we do not export test-util to avoid a dependency on test frameworks such as chai
// however, adopters can still access the file by accessing it through the complete path
// export * from './test-util';
export * from './type-util';

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