Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@eclipse-che/devfile-converter

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-che/devfile-converter

Convert devfile v1 to v2 or v2 to v1

Source
npmnpm
Version
0.0.1-8de908e
Version published
Maintainers
5
Created
Source

devfile-converter

This library allows to convert devfile v1 to devfile v2 or the opposite.

import * as devfileConverter from '@eclipse-che/devfile-converter';
async function v2ToV1(devfileV2: Devfile, externalContentAccess?: (filename: string) => Promise<string>): Promise<che.workspace.devfile.Devfile>
async function v1ToV2(devfileV1: che.workspace.devfile.Devfile): Promise<Devfile>

FAQs

Package last updated on 16 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts