Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@astro-my/featuretoggle

Package Overview
Dependencies
Maintainers
8
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astro-my/featuretoggle - npm Package Compare versions

Comparing version
2.1.1
to
2.2.0
+1
-1
lib/config/index.js

@@ -1,1 +0,1 @@

'use strict';module.exports={ENVIRONMENT:process.env.ENVIRONMENT,NODE_ENV:process.env.NODE_ENV,API_ENDPOINT:process.env.featureToggleService||'https://identity-feature-develop.identity.astro.com.my/api/v1'};
'use strict';module.exports={ENVIRONMENT:process.env.ENVIRONMENT,NODE_ENV:process.env.NODE_ENV,API_ENDPOINT:process.env.featureToggleService||'https://8xtgead0s6.execute-api.ap-southeast-1.amazonaws.com/develop/featuretoggle/api/v1'};
{
"name": "@astro-my/featuretoggle",
"version": "2.1.1",
"version": "2.2.0",
"description": "Retrieve feature flags status for services or portal",

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

module.exports = {
ENVIRONMENT: process.env.ENVIRONMENT,
NODE_ENV: process.env.NODE_ENV,
API_ENDPOINT: process.env.featureToggleService || 'https://identity-feature-develop.identity.astro.com.my/api/v1'
API_ENDPOINT: process.env.featureToggleService || 'https://8xtgead0s6.execute-api.ap-southeast-1.amazonaws.com/develop/featuretoggle/api/v1'
};