cf-nodejs-logging-support
Advanced tools
Comparing version 0.9.61 to 0.9.63
@@ -0,0 +0,0 @@ var winston = require("winston"); |
@@ -0,0 +0,0 @@ { |
// 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 @@ |
@@ -0,0 +0,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 @@ { |
@@ -0,0 +0,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
33799
108
1
+ Addeduuid@3.0.1
+ Addedasync@1.0.0(transitive)
+ Addedcolors@1.0.3(transitive)
+ Addedcycle@1.0.3(transitive)
+ Addedeyes@0.1.8(transitive)
+ Addedisstream@0.1.2(transitive)
+ Addeduuid@3.0.1(transitive)
+ Addedwinston@2.3.1(transitive)
- Removednode-uuid@latest
- Removed@colors/colors@1.6.0(transitive)
- Removed@dabh/diagnostics@2.0.3(transitive)
- Removed@types/triple-beam@1.3.5(transitive)
- Removedasync@3.2.6(transitive)
- Removedcolor@3.2.1(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedcolor-string@1.9.1(transitive)
- Removedcolorspace@1.1.4(transitive)
- Removedenabled@2.0.0(transitive)
- Removedfecha@4.2.3(transitive)
- Removedfn.name@1.1.0(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-arrayish@0.3.2(transitive)
- Removedis-stream@2.0.1(transitive)
- Removedkuler@2.0.0(transitive)
- Removedlogform@2.7.0(transitive)
- Removedms@2.1.3(transitive)
- Removednode-uuid@1.4.8(transitive)
- Removedone-time@1.0.0(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsafe-stable-stringify@2.5.0(transitive)
- Removedsimple-swizzle@0.2.2(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedtext-hex@1.0.0(transitive)
- Removedtriple-beam@1.4.1(transitive)
- Removedutil-deprecate@1.0.2(transitive)
- Removedwinston@3.17.0(transitive)
- Removedwinston-transport@4.9.0(transitive)
Updatedwinston@2.3.1