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.7 to 3.1.8-beta.0

19

dist/injected.js
"use strict";
var ref, ref1;
const Mod = require('module');
const req = Mod.prototype.require;
// @ts-ignore
if ((ref = global.snapshotResult) === null || ref === void 0 ? void 0 : (ref1 = ref.customRequire) === null || ref1 === void 0 ? void 0 : ref1.exports) {
// @ts-ignore
global.snapshotResult.customRequire.exports['./packages/server/config/app.json'].exports = {
development: {
api_url: 'http://localhost:1234/'
},
test: {
api_url: 'http://localhost:1234/'
},
staging: {
api_url: 'https://api-staging.cypress.io/'
},
production: {
api_url: process.env.CYPRESS_API_URL || 'https://api.cypress.io'
}
};
}
Mod.prototype.require = function(...args) {

@@ -5,0 +24,0 @@ if (args[0] === 'konfig') {

6

package.json
{
"name": "cy2",
"version": "3.1.7",
"version": "3.1.8-beta.0",
"author": "Andrew Goldis",

@@ -44,4 +44,6 @@ "main": "./dist",

"cypress",
"wrapper",
"sorry-cypress",
"cypress dashboard",
"cypress ci",
"cypress parallel",
"currents"

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