Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bunyan-sp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bunyan-sp - npm Package Compare versions

Comparing version 1.8.14 to 1.8.15

14

lib/bunyanWrapper.js

@@ -47,2 +47,9 @@ /*

// Wrapper method for trace
this.trace = function (payload) {
var log = this.generateLogJSON(payload);
this.bunyanLogger.trace(log);
this.resetObjects();
}
// Wrapper method for debug

@@ -68,2 +75,9 @@ this.debug = function (payload) {

// Wrapper method for fatal
this.fatal = function (payload) {
var log = this.generateLogJSON(payload);
this.bunyanLogger.fatal(log);
this.resetObjects();
}
// This method appends program and language properties and also a tag if it is specified

@@ -70,0 +84,0 @@ this.generateLogJSON = function (payload) {

2

package.json

@@ -282,3 +282,3 @@ {

},
"version": "1.8.14"
"version": "1.8.15"
}
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