You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@sap-ux/logger

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap-ux/logger - npm Package Compare versions

Comparing version
0.7.0
to
0.7.1
+2
-3
package.json
{
"name": "@sap-ux/logger",
"version": "0.7.0",
"version": "0.7.1",
"description": "A simple logging module",

@@ -26,4 +26,3 @@ "repository": {

"@types/vscode": "1.73.1",
"jest-extended": "4.0.2",
"jest": ">=29.7.0",
"jest-extended": "6.0.0",
"logform": "2.6.0"

@@ -30,0 +29,0 @@ },

+4
-2

@@ -1,3 +0,5 @@

# `@sap-ux/logger`
[![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/logger/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](https://github.com/SAP/open-ux-tools/tree/main/packages/logger)
# [`@sap-ux/logger`](https://github.com/SAP/open-ux-tools/tree/main/packages/logger)
This is a simple logging library. It uses [Winston](https://github.com/winstonjs/winston) underneath to do the heavy-lifting. The API is agnostic to any particular logging library. Don't depend on any Winston-specific implemenation as the underlying library may change in the future.

@@ -74,2 +76,2 @@

- `ConsoleTransport` logs colored and timestamped lines (piping will remove color encoding though)
* File rotation - the file transport appends to an existing file or creates a new one if missing
* File rotation - the file transport appends to an existing file or creates a new one if missing