Socket
Socket
Sign inDemoInstall

cypress

Package Overview
Dependencies
Maintainers
12
Versions
236
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.13.2 to 13.13.3

8

lib/tasks/install.js

@@ -66,6 +66,10 @@ "use strict";

logger.log();
logger.log('You can now open Cypress by running:', chalk.cyan(path.join('node_modules', '.bin', 'cypress'), 'open'));
logger.log('You can now open Cypress by running one of the following, depending on your package manager:');
logger.log();
logger.log(chalk.grey('https://on.cypress.io/installing-cypress'));
logger.log(chalk.cyan('- npx cypress open'));
logger.log(chalk.cyan('- yarn cypress open'));
logger.log(chalk.cyan('- pnpm cypress open'));
logger.log();
logger.log(chalk.grey('https://on.cypress.io/opening-the-app'));
logger.log();
};

@@ -72,0 +76,0 @@ const downloadAndUnzip = ({

{
"name": "cypress",
"version": "13.13.2",
"version": "13.13.3",
"main": "index.js",

@@ -143,4 +143,4 @@ "scripts": {

"commitBranch": "develop",
"commitSha": "e9026dd907be9aef82114165a0e4f446959387fd",
"commitDate": "2024-07-30T17:40:50.000Z",
"commitSha": "2b5b2f66270dd7eea29a2de000c574996ca9b519",
"commitDate": "2024-08-14T12:51:20.000Z",
"stable": true

@@ -147,0 +147,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