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

@currents/cli

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@currents/cli - npm Package Compare versions

Comparing version 4.0.0-beta.2 to 4.0.0-beta.3

5

dist/index.d.ts
/// <reference types="cypress" />
/// <reference types="node" />
/**

@@ -10,3 +9,3 @@ *

*/
export declare function run(config: CypressCommandLine.CypressRunOptions): Promise<CypressCommandLine.CypressRunResult | CypressCommandLine.CypressFailedRunResult>;
export declare function run(config: CypressCommandLine.CypressRunOptions): Promise<any>;
/**

@@ -17,2 +16,2 @@ * Spawn cypress runner as a child process using [Currents.dev]{@link https://currents.dev} as cloud orchestration service. The child process inherits the all the environment variables and CLI flags

*/
export declare function spawn(): Promise<import("child_process").ChildProcess>;
export declare function spawn(): Promise<any>;

6

package.json
{
"name": "@currents/cli",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"license": "MIT",

@@ -39,3 +39,3 @@ "main": "./dist",

"dependencies": {
"cy2": "4.0.0-beta.7"
"cy2": "beta"
},

@@ -71,4 +71,2 @@ "keywords": [

"@release-it/conventional-changelog": "^5.1.0",
"@swc/cli": "^0.1.49",
"@swc/core": "^1.2.85",
"@types/node": "^18.11.3",

@@ -75,0 +73,0 @@ "cypress": "^12.1.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