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 3.0.0-beta.4 to 3.0.0-beta.5

19

dist/inject.js
"use strict";
var ref, ref1;
const Mod = require("module");
const req = Mod.prototype.require;
// @ts-ignore
if ((ref = global.snapshotResult) == null ? void 0 : (ref1 = ref.customRequire) == null ? 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: "https://cy.currents.dev"
}
};
}
Mod.prototype.require = function(...args) {

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

4

package.json
{
"name": "@currents/cli",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"license": "MIT",

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

"dependencies": {
"cy2": "^3.1.7"
"cy2": "^3.2.0"
},

@@ -38,0 +38,0 @@ "keywords": [

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