New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@eclipse-glsp/protocol

Package Overview
Dependencies
Maintainers
6
Versions
306
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.348 to 2.2.0-next.349

2

lib/di/container-configuration.js

@@ -88,3 +88,3 @@ "use strict";

if (duplicates.length > 0) {
const culprits = duplicates.map(m => m.featureId).join(', ');
const culprits = duplicates.map(m => m.featureId.toString()).join(', ');
throw new Error(`Could not resolve container configuration. Non-unique feature ids found in container configuration: ${culprits}`);

@@ -91,0 +91,0 @@ }

{
"name": "@eclipse-glsp/protocol",
"version": "2.2.0-next.348+062e335",
"version": "2.2.0-next.349+663c6df",
"description": "The protocol definition for client-server communication in GLSP",

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

},
"gitHead": "062e335f87616776156de18698d9fb3b6c4ef1e4"
"gitHead": "663c6dffd70a911cba8c34d800866ce18f664281"
}

@@ -88,3 +88,3 @@ /********************************************************************************

if (duplicates.length > 0) {
const culprits = duplicates.map(m => m.featureId).join(', ');
const culprits = duplicates.map(m => m.featureId.toString()).join(', ');
throw new Error(`Could not resolve container configuration. Non-unique feature ids found in container configuration: ${culprits}`);

@@ -91,0 +91,0 @@ }

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