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 4.0.19 to 4.0.20

4

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

@@ -16,3 +16,3 @@ "license": "Apache-2.0",

"dependencies": {
"core-functions": "3.0.19"
"core-functions": "3.0.20"
},

@@ -19,0 +19,0 @@ "devDependencies": {

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

# logging-utils v4.0.19
# logging-utils v4.0.20
Utilities for configuring simple log level based logging functionality on an object.

@@ -14,3 +14,3 @@

This module is exported as a [Node.js](https://nodejs.org/) module.
This module is exported as a [Node.js](https://nodejs.org) module.

@@ -185,3 +185,3 @@ ## Installation

## Unit tests
This module's unit tests were developed with and must be run with [tape](https://www.npmjs.com/package/tape). The unit tests have been tested on [Node.js v4.3.2](https://nodejs.org/en/blog/release/v4.3.2/).
This module's unit tests were developed with and must be run with [tape](https://www.npmjs.com/package/tape). The unit tests have been tested on [Node.js v6.10.3](https://nodejs.org/en/blog/release/v6.10.3).

@@ -188,0 +188,0 @@ See the [package source](https://github.com/byron-dupreez/logging-utils) for more details.

## Changes
### 4.0.20
- Updated `core-functions` dependency to version 3.0.20
### 4.0.19

@@ -4,0 +7,0 @@ - Renamed dummy first exports (`exports._ = '_'; //IDE workaround`) of most modules to (`exports._$_ = '_$_';`) to avoid

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