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
5
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 6.5.0 to 6.5.1

tools/token-creator/package-lock.json

4

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

@@ -612,2 +612,3 @@ const util = require("util");

//writes custom fields in the correct order and correlates i to the place in registeredCustomFields
Object.keys(customFields).length
if (Object.keys(customFields).length > 0) {

@@ -627,3 +628,4 @@ var res = {};

}
logObject["#cf"] = res;
if(res.string.length > 0)
logObject["#cf"] = res;
}

@@ -630,0 +632,0 @@ }

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

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

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