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.5 to 3.0.6

2

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

@@ -354,3 +354,3 @@ var util = require('util');

if (customFields != null) {
logObject.custom_fields = {};
logObject.custom_fields = customFields.constructor == Array ? [] : {};
for (var key in customFields) {

@@ -357,0 +357,0 @@ if (!((typeof customFields[key]) == "string")) {

{
"name": "cf-nodejs-logging-support",
"version": "3.0.5",
"version": "3.0.6",
"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