🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
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

Convert devfile v1 to v2 or v2 to v1

next
Source
npmnpm
Version
0.0.1-0751ad2
Version published
Weekly downloads
596
1046.15%
Maintainers
4
Weekly downloads
 
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>

Trademark

"Che" is a trademark of the Eclipse Foundation.

FAQs

Package last updated on 31 May 2023

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