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.6 to 1.0.7

7

index.js

@@ -126,2 +126,7 @@ #!/usr/bin/env node

}
if (results.failures) {
throw results
}
return results
})

@@ -152,2 +157,2 @@ }

run(filterArgs(program))
run(filterArgs(program)).catch(err => process.exit(1))

2

package.json
{
"name": "cypress-run",
"version": "1.0.6",
"version": "1.0.7",
"description": "Cypress run replacement that supports parallel execution and retries",

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

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