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

cy2

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cy2 - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

dist/index.d.ts
import * as lib from './patch';
export declare const patch: () => Promise<void>;
export declare const run: () => Promise<void>;
export declare const run: (label?: string) => Promise<void>;
export declare const inject: typeof lib.patchServerInit;

@@ -63,3 +63,4 @@ "use strict";

exports.patch = patch;
const run = _asyncToGenerator(function*() {
const run = _asyncToGenerator(function*(label = 'cy2') {
console.log(`[${label}] Running cypress with API URL: ${process.env.CYPRESS_API_URL}`);
yield lib.patchServerInit(`${__dirname}/injected.js`);

@@ -66,0 +67,0 @@ yield lib.run();

{
"name": "cy2",
"version": "3.1.0",
"version": "3.1.1",
"author": "Andrew Goldis",

@@ -5,0 +5,0 @@ "main": "./dist",

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