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

@nx/cypress

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx/cypress - npm Package Compare versions

Comparing version

to
0.0.0-pr-29720-06f67e5

{
"name": "@nx/cypress",
"version": "0.0.0-pr-29705-bc2a0dd",
"version": "0.0.0-pr-29720-06f67e5",
"private": false,

@@ -39,5 +39,5 @@ "description": "The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.",

"dependencies": {
"@nx/devkit": "0.0.0-pr-29705-bc2a0dd",
"@nx/eslint": "0.0.0-pr-29705-bc2a0dd",
"@nx/js": "0.0.0-pr-29705-bc2a0dd",
"@nx/devkit": "0.0.0-pr-29720-06f67e5",
"@nx/eslint": "0.0.0-pr-29720-06f67e5",
"@nx/js": "0.0.0-pr-29720-06f67e5",
"@phenomnomnominal/tsquery": "~5.0.1",

@@ -44,0 +44,0 @@ "detect-port": "^1.5.1",

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

let success;
for await (const devServerValues of (0, start_dev_server_1.startDevServer)(options, context)) {
const generatorInstance = (0, start_dev_server_1.startDevServer)(options, context);
for await (const devServerValues of generatorInstance) {
try {

@@ -23,4 +24,6 @@ success = await runCypress(devServerValues.baseUrl, {

});
if (!options.watch)
if (!options.watch) {
generatorInstance.return();
break;
}
}

@@ -27,0 +30,0 @@ catch (e) {