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 2.0.0 to 2.1.0

bin/currents-prepare.js

8

index.js

@@ -1,5 +0,9 @@

const { run } = require('cy2');
const { run, patch } = require("cy2");
exports.run = async function main() {
await run('https://cy.currents.dev', 'currents');
await run("https://cy.currents.dev", "currents");
};
exports.patch = async function () {
await patch("https://cy.currents.dev");
};
{
"name": "@currents/cli",
"version": "2.0.0",
"version": "2.1.0",
"main": "index.js",

@@ -11,6 +11,7 @@ "license": "MIT",

"bin": {
"currents": "bin/currents.js"
"currents": "bin/currents.js",
"currents-prepare": "bin/currents-prepare.js"
},
"dependencies": {
"cy2": "2.0.0"
"cy2": "2.0.1"
},

@@ -17,0 +18,0 @@ "keywords": [

@@ -0,4 +1,6 @@

[Currents.dev](https://currents.dev/?utm_source=currents_cli) - is a drop-in replacement for Cypress Dashboard. Run millions of Cypress tests in parallel without breaking the bank.
# @currents/cli
CLI tool for run cypress tests with https://currents.dev dashboard.
CLI tool for running cypress tests with https://currents.dev dashboard.

@@ -5,0 +7,0 @@ Example:

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