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

@eclipse-che/che-e2e

Package Overview
Dependencies
Maintainers
0
Versions
378
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-che/che-e2e - npm Package Compare versions

Comparing version

to
7.94.0-next-a925b56

3

dist/specs/api/EmptyWorkspaceAPI.spec.js

@@ -26,3 +26,4 @@ "use strict";

devWorkspaceConfigurationHelper = new DevWorkspaceConfigurationHelper_1.DevWorkspaceConfigurationHelper({
devfileContent, editorContent
devfileContent,
editorContent
});

@@ -29,0 +30,0 @@ devfileContext = await devWorkspaceConfigurationHelper.generateDevfileContext();

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

const testWorkspaceUtil = inversify_config_1.e2eContainer.get(inversify_types_1.TYPES.WorkspaceUtil);
const userProject = OAUTH_CONSTANTS_1.OAUTH_CONSTANTS.TS_SELENIUM_OCP_USERNAME + `-devspaces`;
const userProject = OAUTH_CONSTANTS_1.OAUTH_CONSTANTS.TS_SELENIUM_OCP_USERNAME + '-devspaces';
const stackName = 'Empty Workspace';

@@ -60,3 +60,3 @@ const mountEnvCommand = `echo '

});
test('Check that mounted secret exists in envs list', async function () {
test('Check that mounted secret exists in envs list', function () {
kubernetesCommandLineToolsExecutor = inversify_config_1.e2eContainer.get(inversify_types_1.CLASSES.KubernetesCommandLineToolsExecutor);

@@ -63,0 +63,0 @@ kubernetesCommandLineToolsExecutor.workspaceName = WorkspaceHandlingTests_1.WorkspaceHandlingTests.getWorkspaceName();

{
"name": "@eclipse-che/che-e2e",
"version": "7.94.0-next-8cb40db",
"version": "7.94.0-next-a925b56",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -37,6 +37,7 @@ /** *******************************************************************

const devfileContent: string = 'schemaVersion: 2.2.0\n' + 'metadata:\n' + ` name: ${workspaceName}\n`;
const editorContent:string='';
const editorContent: string = '';
devWorkspaceConfigurationHelper = new DevWorkspaceConfigurationHelper({
devfileContent, editorContent
devfileContent,
editorContent
});

@@ -43,0 +44,0 @@ devfileContext = await devWorkspaceConfigurationHelper.generateDevfileContext();

@@ -37,3 +37,3 @@ /** *******************************************************************

const testWorkspaceUtil: ITestWorkspaceUtil = e2eContainer.get(TYPES.WorkspaceUtil);
const userProject: string = OAUTH_CONSTANTS.TS_SELENIUM_OCP_USERNAME + `-devspaces`;
const userProject: string = OAUTH_CONSTANTS.TS_SELENIUM_OCP_USERNAME + '-devspaces';
const stackName: string = 'Empty Workspace';

@@ -76,3 +76,3 @@

test('Check that mounted secret exists in envs list', async function (): Promise<void> {
test('Check that mounted secret exists in envs list', function (): void {
kubernetesCommandLineToolsExecutor = e2eContainer.get(CLASSES.KubernetesCommandLineToolsExecutor);

@@ -79,0 +79,0 @@ kubernetesCommandLineToolsExecutor.workspaceName = WorkspaceHandlingTests.getWorkspaceName();

@@ -23,3 +23,2 @@ /** *******************************************************************

import getDecorators from 'inversify-inject-decorators';
import {DevfilesHelper} from "./DevfilesHelper";

@@ -26,0 +25,0 @@ const { lazyInject } = getDecorators(e2eContainer);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet