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

@eclipse-che/che-code-devworkspace-handler

Package Overview
Dependencies
Maintainers
5
Versions
331
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-che/che-code-devworkspace-handler - npm Package Compare versions

Comparing version 1.63.0-dev-2530116 to 1.63.0-dev-2c23dcf

2

lib/devfile/dev-container-component-updater.js

@@ -112,3 +112,2 @@ "use strict";

}).filter(function (defined) { return defined; }).flat();
console.log('volumesInsideTemplates', volumesInsideTemplates);
volumeComponentsToAdd = toInsertVolumeMounts

@@ -119,3 +118,2 @@ .filter(function (volumeMount) { return !existingComponents.find(function (component) { return component.volume && component.name == volumeMount.name; }); })

function (volumeMount) { return !(volumesInsideTemplates || []).includes(volumeMount.name); });
console.log('volumeComponentsToAdd', volumeComponentsToAdd);
volumeComponentsToAdd.forEach(function (volume) {

@@ -122,0 +120,0 @@ // volume

2

package.json
{
"name": "@eclipse-che/che-code-devworkspace-handler",
"version": "1.63.0-dev-2530116",
"version": "1.63.0-dev-2c23dcf",
"private": false,

@@ -5,0 +5,0 @@ "description": "Handle management of devWorkspace templates for che-code",

@@ -111,3 +111,2 @@ /**********************************************************************

.flat();
console.log('volumesInsideTemplates', volumesInsideTemplates);
// keep only volumes that match the given component

@@ -123,3 +122,2 @@ const volumeComponentsToAdd = toInsertVolumeMounts

console.log('volumeComponentsToAdd', volumeComponentsToAdd);
volumeComponentsToAdd.forEach(volume => {

@@ -126,0 +124,0 @@ // volume

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