New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sap-devx/feature-toggle-node

Package Overview
Dependencies
Maintainers
10
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-devx/feature-toggle-node - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

13

CHANGELOG.md

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

<a name="1.0.9"></a>
# 1.0.9 (2021-07-28)
### Features
- Code refactoring
- Support for customHeader. Retrieving authorisation token from FT_TOKEN environment variable
### BREAKING CHANGES
- None
<a name="1.0.8"></a>

@@ -2,0 +15,0 @@

6

package.json
{
"name": "@sap-devx/feature-toggle-node",
"version": "1.0.9",
"version": "1.0.10",
"description": "",

@@ -32,5 +32,5 @@ "main": "lib/api.js",

"dependencies": {
"await-to-js": "2.1.1",
"await-to-js": "3.0.0",
"parse-duration": "0.4.4",
"unleash-client": "3.8.0"
"unleash-client": "3.4.0"
},

@@ -37,0 +37,0 @@ "devDependencies": {

@@ -42,4 +42,9 @@ [![CircleCI](https://circleci.com/gh/SAP/feature-toggle-node.svg?style=svg)](https://circleci.com/gh/SAP/feature-toggle-node)

- `FT_SERVER_ENDPOINT` - Feature toggle server endpoint (mandatory)
- `WS_BASE_URL` - URL to the SAP Business Application Studio Cloud Foundry (mandatory)
- `USER_NAME` - Name of the user logged into SAP Business Application Studio (mandatory)
- `WORKSPACE_ID` - ID of the workspace (mandatory)
- `TENANT_ID` - (mandatory)
- `TENANT_NAME` - (mandatory)
- `LANDSCAPE_ENVIRONMENT` - (mandatory)
- `LANDSCAPE_NAME` - (mandatory)
- `FT_TOKEN` - Value of the feature toggle server API token (optional)
- `FT_CLIENT_REFRESH_INTERVAL` - Feature toggle client refresh interval (optional, default value: 10s)

@@ -46,0 +51,0 @@ - `SHOW_LOG` - If true, displays console logs (optional)

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