Socket
Socket
Sign inDemoInstall

abacus-pipline-configurator

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

16

index.js

@@ -1,11 +0,10 @@

let config;
let appConfig;
let cosmosConfig;
let environment;
try {
config = require('/config/config.json');
cosmosConfig = require('/config/config.json');
environment = cosmosConfig.environment;
appConfig.cosmos = cosmosConfig;
appConfig.environment = environment;
} catch (e) {
environment = 'sandbox';
appConfig.environment = environment;
}

@@ -19,3 +18,8 @@

appConfig.environment = environment;
if (environment !== 'sandbox') {
appConfig.cosmos = cosmosConfig;
appConfig.environment = environment;
} else {
appConfig.environment = environment;
}

@@ -22,0 +26,0 @@ module.exports = {

{
"name": "abacus-pipline-configurator",
"version": "1.0.4",
"version": "1.0.5",
"description": "Auto configure applications in the Abacus Pipeline",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc