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.1.0 to 3.1.1

18

dist/inject.js

@@ -6,2 +6,4 @@ "use strict";

// @ts-ignore
global.integrityCheck = function() {};
// @ts-ignore
if ((ref = global.snapshotResult) == null ? void 0 : (ref1 = ref.customRequire) == null ? void 0 : ref1.exports) {

@@ -25,2 +27,18 @@ // @ts-ignore

Mod.prototype.require = function(...args) {
if (args[0].match(/app\.json/)) {
return {
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"
}
};
}
if (args[0] === "konfig") {

@@ -27,0 +45,0 @@ return ()=>({

2

package.json
{
"name": "@currents/cli",
"version": "3.1.0",
"version": "3.1.1",
"license": "MIT",

@@ -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