Socket
Socket
Sign inDemoInstall

sap-cf-features

Package Overview
Dependencies
72
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

3

dist/index.js

@@ -57,2 +57,5 @@ "use strict";

console.warn(`Feature flag ${name} is not of type 'BOOLEAN'`);
if (typeof result === "string") {
return result === "true";
}
return undefined;

@@ -59,0 +62,0 @@ });

2

package.json
{
"name": "sap-cf-features",
"version": "0.0.8",
"version": "0.0.9",
"description": "Read SAP CF feature flags in nodejs",

@@ -5,0 +5,0 @@ "main": "dist/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