Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cf-nodejs-logging-support

Package Overview
Dependencies
Maintainers
4
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-nodejs-logging-support - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

4

cf-nodejs-logging-support-core/log-core.js

@@ -8,5 +8,5 @@ var util = require('util');

const envDynLogKey = "DYN_LOG_LEVEL_KEY";
const dynLogLevelDefaultHeader = "SAP-LOG-LEVEL"
const dynLogLevelDefaultHeader = "SAP-LOG-LEVEL";
const reductedPlaceholder = "reducted"
const reductedPlaceholder = "redacted";

@@ -13,0 +13,0 @@ const nsPerSec = 1e9;

{
"name": "cf-nodejs-logging-support",
"version": "3.0.3",
"version": "3.0.4",
"description": "Logging tool for Cloud Foundry",

@@ -5,0 +5,0 @@ "keywords": [

@@ -135,3 +135,3 @@ # Node.js Logging Support for Cloud Foundry

### Sensitive data reduction
Version 3.0.0 and above implements a sensitive data reduction system, which deactivates the logging of sensitive fields. The field will contain 'reducted' instead of the original content.
Version 3.0.0 and above implements a sensitive data reduction system, which deactivates the logging of sensitive fields. The field will contain 'redacted' instead of the original content.

@@ -138,0 +138,0 @@ Following fields will be *reduced* by default: remote_ip, remote_host, remote_port, x_forwarded_for, remote_user, referer.

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