Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cypress

Package Overview
Dependencies
Maintainers
2
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress - npm Package Compare versions

Comparing version 13.15.1 to 13.15.2

2

lib/cli.js

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

forceInstall: 'force install the Cypress binary',
global: 'force Cypress into global mode as if its globally installed',
global: 'force Cypress into global mode as if it were globally installed',
group: 'a named group for recorded runs in Cypress Cloud',

@@ -106,0 +106,0 @@ headed: 'displays the browser instead of running headlessly',

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

const path = require('path');
const isCi = require('is-ci');
const isCi = require('ci-info').isCI;
const execa = require('execa');

@@ -15,0 +15,0 @@ const getos = require('getos');

{
"name": "cypress",
"version": "13.15.1",
"version": "13.15.2",
"main": "index.js",

@@ -10,3 +10,3 @@ "scripts": {

"dependencies": {
"@cypress/request": "^3.0.4",
"@cypress/request": "^3.0.6",
"@cypress/xvfb": "^1.2.4",

@@ -22,2 +22,3 @@ "@types/sinonjs__fake-timers": "8.1.1",

"check-more-types": "^2.24.0",
"ci-info": "^4.0.0",
"cli-cursor": "^3.1.0",

@@ -37,3 +38,2 @@ "cli-table3": "~0.6.1",

"getos": "^3.2.1",
"is-ci": "^3.0.1",
"is-installed-globally": "~0.4.0",

@@ -147,4 +147,4 @@ "lazy-ass": "^1.6.0",

"commitBranch": "develop",
"commitSha": "199b1cd580d22fc412641f164e3ee6492f88e338",
"commitDate": "2024-10-24T14:36:10.000Z",
"commitSha": "5caacc2f1a69a5faae85aadcc26353e5aebdb201",
"commitDate": "2024-11-05T20:33:30.000Z",
"stable": true

@@ -151,0 +151,0 @@ },

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