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.3 to 1.0.4

9

index.js

@@ -22,2 +22,9 @@ #!/usr/bin/env node

const processEnv = env =>
env.split(',').reduce((acc, pair) => {
const [key, value] = pair.split('=')
acc[key] = value
return acc
}, {})
const descriptions = {

@@ -134,3 +141,3 @@ record: 'records the run. sends test results, screenshots and videos to your Cypress Dashboard.',

.option('-p, --port <port>', descriptions.port)
.option('-e, --env <env>', descriptions.env)
.option('-e, --env <env>', descriptions.env, processEnv)
.option('-c, --config <config>', descriptions.config)

@@ -137,0 +144,0 @@ .option('-b, --browser <browser-name>', descriptions.browser)

2

package.json
{
"name": "cypress-run",
"version": "1.0.3",
"version": "1.0.4",
"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