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 2.0.1 to 2.0.2

1

lib/logger.js

@@ -8,2 +8,3 @@ "use strict";

if (showLog) {
logMessage = logMessage.replace(/\n|\r/g, ""); // sanitize input
console.log(`[Feature Toggle] ${logMessage}`);

@@ -10,0 +11,0 @@ }

6

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

@@ -12,3 +12,3 @@ "main": "lib/api.js",

"engines": {
"node": ">=10.19"
"node": ">=14.21.2"
},

@@ -54,3 +54,3 @@ "scripts": {

"husky": "4.3.7",
"mocha": "8.3.0",
"mocha": "10.2.0",
"npm-run-all": "4.1.5",

@@ -57,0 +57,0 @@ "nyc": "15.1.0",

@@ -6,4 +6,5 @@ export const SHOW_LOG_ENV = "SHOW_LOG";

if (showLog) {
logMessage = logMessage.replace(/\n|\r/g, ""); // sanitize input
console.log(`[Feature Toggle] ${logMessage}`);
}
}

Sorry, the diff of this file is not supported yet

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