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

cypress-run

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-run - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

circle.yml

2

index.js

@@ -111,3 +111,3 @@ #!/usr/bin/env node

if (config.group) {
retryGroupName = `${config.group}: retry #${num} (${specs.length} spec${
retryGroupName = `${opts.group}: retry #${num} (${specs.length} spec${
specs.length === 1 ? '' : 's'

@@ -114,0 +114,0 @@ } on ${uniqueId})`

{
"name": "cypress-run",
"version": "1.0.2",
"version": "1.0.3",
"description": "Cypress run replacement that supports parallel execution and retries",
"main": "index.js",
"scripts": {
"cypress:run": "cypress-run"
"cypress:run": "./index.js",
"cypress:verify": "cypress verify"
},

@@ -9,0 +10,0 @@ "repository": {

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