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 0.9.61 to 0.9.63

0

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

@@ -0,0 +0,0 @@ var winston = require("winston");

4

cf-nodejs-logging-support-express/log-express.js
// Log network activity for express applications
var uuid = require("node-uuid");
var uuid = require("uuid/v4");
var core;

@@ -46,3 +46,3 @@

} else {
logObject.correlation_id = uuid.v4();
logObject.correlation_id = uuid();
}

@@ -49,0 +49,0 @@

@@ -5,3 +5,3 @@ /*jshint node:true */

var uuid = require("node-uuid");
var uuid = require("uuid/v4");
var core;

@@ -49,3 +49,3 @@

} else {
logObject.correlation_id = uuid.v4();
logObject.correlation_id = uuid();
}

@@ -52,0 +52,0 @@

@@ -0,0 +0,0 @@ var winston = require("winston");

@@ -0,0 +0,0 @@ //loading core logger functionality

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

@@ -23,4 +23,4 @@ "keywords": [

"dependencies": {
"node-uuid": "latest",
"winston": "latest"
"uuid": "3.0.1",
"winston": "2.3.1"
},

@@ -45,3 +45,6 @@ "devDependencies": {

}
]
],
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha"
}
}

@@ -12,8 +12,4 @@ # Node.js Logging Support for Cloud Foundry

Add the following dependency to your package.json.
```json
"dependencies": {
"cf-nodejs-logging-support": "git+https://github.com/SAP/cf-nodejs-logging-support"
}
```bashp
npm install cf-nodejs-logging-support
```

@@ -20,0 +16,0 @@

Sorry, the diff of this file is not supported yet

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