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
5
Versions
367
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 7.41.1 to 7.42.0-dev-65aa3ae

3

dist/tests/e2e/GitSsh.spec.js

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

const sshLinkToRepo = 'git@github.com:' + TestConstants_1.TestConstants.TS_GITHUB_TEST_REPO + '.git';
const confirmMessage = 'Clone from URL';
const confirmMessage = 'Clone from URL, ' + sshLinkToRepo;
await topMenu.selectOption('View', 'Find Command...');

@@ -117,4 +117,3 @@ // workaround - reopen 'Find Command' container - https://github.com/eclipse/che/issues/19793

await gitPlugin.clickOnSelectRepositoryButton();
await ide.waitAndApplyTrustNotification();
}
//# sourceMappingURL=GitSsh.spec.js.map
{
"name": "@eclipse-che/che-e2e",
"version": "7.41.1",
"version": "7.42.0-dev-65aa3ae",
"description": "",

@@ -40,3 +40,3 @@ "main": "dist/index.js",

"@types/selenium-webdriver": "3.0.16",
"axios": "0.21.2",
"axios": "0.21.1",
"chai": "4.2.0",

@@ -43,0 +43,0 @@ "chromedriver": "95.0.0",

@@ -133,3 +133,3 @@ /*********************************************************************

const sshLinkToRepo: string = 'git@github.com:' + TestConstants.TS_GITHUB_TEST_REPO + '.git';
const confirmMessage = 'Clone from URL';
const confirmMessage = 'Clone from URL, ' + sshLinkToRepo;

@@ -142,4 +142,2 @@ await topMenu.selectOption('View', 'Find Command...');

await gitPlugin.clickOnSelectRepositoryButton();
await ide.waitAndApplyTrustNotification();
}

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