New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

logging-utils

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logging-utils - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

logging.js

@@ -361,2 +361,3 @@ 'use strict';

* @param {string|undefined} [caller] - optional arbitrary text to identify the caller of this function
* @returns {Object} the given target object
*/

@@ -373,2 +374,3 @@ function configureLoggingIfNotConfigured(target, settings, options, underlyingLogger, caller) {

}
return target;
}

2

package.json
{
"name": "logging-utils",
"description": "Utilities for configuring simple log level based logging functionality on an object",
"version": "2.0.2",
"version": "2.0.3",
"author": "Byron du Preez",

@@ -6,0 +6,0 @@ "license": "Apache-2.0",

@@ -1,2 +0,2 @@

# logging-utils v2.0.2
# logging-utils v2.0.3
Utilities for configuring simple log level based logging functionality on an object.

@@ -155,2 +155,6 @@

### 2.0.3
- Changes to `logging.js` module:
- Added missing return value to `configureLoggingIfNotConfigured` function
### 2.0.2

@@ -157,0 +161,0 @@ - Changes to `logging.js` module:

{
"name": "logging-utils-tests",
"description": "Unit tests for logging-utils",
"version": "2.0.2",
"version": "2.0.3",
"author": "Byron du Preez",

@@ -6,0 +6,0 @@ "license": "Apache-2.0",

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