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

@eclipse-che/che-devworkspace-generator

Package Overview
Dependencies
Maintainers
4
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-che/che-devworkspace-generator - npm Package Compare versions

Comparing version 7.79.0-next-710a034 to 7.79.0-next-8b398c5

4

package.json
{
"name": "@eclipse-che/che-devworkspace-generator",
"version": "7.79.0-next-710a034",
"version": "7.79.0-next-8b398c5",
"private": false,

@@ -43,3 +43,3 @@ "description": "Generates DevWorkspaces by transforming existing devfiles",

"dependencies": {
"@devfile/api": "2.2.1-alpha-1667236163",
"@devfile/api": "2.2.2-1700686170",
"jsonschema": "^1.4.1",

@@ -46,0 +46,0 @@ "axios": "1.6.0",

@@ -12,4 +12,4 @@ /**********************************************************************

import {
V221Devfile,
V221DevfileMetadata,
V222Devfile,
V222DevfileMetadata,
V1alpha2DevWorkspace,

@@ -27,4 +27,4 @@ V1alpha2DevWorkspaceMetadata,

type DevfileLike = V221Devfile & {
metadata: V221DevfileMetadata & {
type DevfileLike = V222Devfile & {
metadata: V222DevfileMetadata & {
generateName?: string;

@@ -97,3 +97,3 @@ };

const devfileMetadata = this.createDevWorkspaceMetadata(devfile, true);
const devfileCopy: V221Devfile = Object.assign({}, devfile);
const devfileCopy: V222Devfile = Object.assign({}, devfile);
delete devfileCopy.schemaVersion;

@@ -100,0 +100,0 @@ delete devfileCopy.metadata;

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