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

@eclipse-che/devfile-converter

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-che/devfile-converter - npm Package Compare versions

Comparing version 0.0.1-7060807 to 0.0.1-0751ad2

2

lib/converter/devfile-converter.js

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

var source = projectV1.source;
if (source.type === 'git' || source.type === 'github') {
if (source.type === 'git' || source.type === 'github' || source.type === 'bitbucket') {
var remotes = { origin: source.location };

@@ -407,0 +407,0 @@ devfileV2Project.git = {

{
"name": "@eclipse-che/devfile-converter",
"version": "0.0.1-7060807",
"version": "0.0.1-0751ad2",
"description": "Convert devfile v1 to v2 or v2 to v1",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -18,1 +18,5 @@ # devfile-converter

```
# Trademark
"Che" is a trademark of the Eclipse Foundation.

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