Socket
Socket
Sign inDemoInstall

residue-winston

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

residue-winston - npm Package Compare versions

Comparing version 1.0.10 to 1.0.11

5

index.js

@@ -36,4 +36,5 @@ //

this.logger = residue_internal.getLogger(options.logger_id);
// add one level as we pick up from further source
this.logger._source_base_index = this.logger._source_base_index + (options.source_layer_count || 6);
this.logger.log_sources = options.log_sources || {
base_idx: this.logger.log_sources + (options.log_source_layer_count || 6),
};
};

@@ -40,0 +41,0 @@

4

package.json
{
"name": "residue-winston",
"version": "1.0.10",
"version": "1.0.11",
"description": "Winston transport for Residue",

@@ -19,3 +19,3 @@ "main": "index.js",

"dependencies": {
"residue": "^2.3.7",
"residue": "^2.3.8",
"winston": "^2.4.0",

@@ -22,0 +22,0 @@ "winston-transport": "^3.0.1"

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