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

@eclipse-che/che-theia-devworkspace-handler

Package Overview
Dependencies
Maintainers
5
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.1-1638961527 to 0.0.1-1639071223

4

lib/generate.js

@@ -42,6 +42,6 @@ "use strict";

if (project) {
editorDevfile.projects = [{ name: project.name, zip: { location: project.location } }];
devfile.projects = [{ name: project.name, zip: { location: project.location } }];
}
else {
editorDevfile.projects = [
devfile.projects = [
{

@@ -48,0 +48,0 @@ name: githubUrl.getRepoName(),

{
"name": "@eclipse-che/che-theia-devworkspace-handler",
"version": "0.0.1-1638961527",
"version": "0.0.1-1639071223",
"private": false,

@@ -5,0 +5,0 @@ "description": "Handle management of che-theia-plugins and devWorkspace templates",

@@ -58,5 +58,5 @@ /**********************************************************************

if (project) {
editorDevfile.projects = [{ name: project.name, zip: { location: project.location } }];
devfile.projects = [{ name: project.name, zip: { location: project.location } }];
} else {
editorDevfile.projects = [
devfile.projects = [
{

@@ -63,0 +63,0 @@ name: githubUrl.getRepoName(),

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