Socket
Socket
Sign inDemoInstall

@thi.ng/logger

Package Overview
Dependencies
0
Maintainers
0
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.12 to 3.0.13

2

CHANGELOG.md
# Change Log
- **Last updated**: 2024-05-08T18:24:31Z
- **Last updated**: 2024-06-21T19:34:38Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -5,0 +5,0 @@

{
"name": "@thi.ng/logger",
"version": "3.0.12",
"version": "3.0.13",
"description": "Basis types for arbitrary & hierarchical logging",

@@ -13,3 +13,3 @@ "type": "module",

},
"homepage": "https://github.com/thi-ng/umbrella/tree/develop/packages/logger#readme",
"homepage": "https://thi.ng/logger",
"funding": [

@@ -40,6 +40,6 @@ {

"devDependencies": {
"@microsoft/api-extractor": "^7.43.2",
"esbuild": "^0.21.1",
"@microsoft/api-extractor": "^7.47.0",
"esbuild": "^0.21.5",
"typedoc": "^0.25.13",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},

@@ -101,3 +101,3 @@ "keywords": [

},
"gitHead": "df34b4a9e650cc7323575356de207d78933bdcf3\n"
"gitHead": "154c95cf9d6bab32174498ec3b5b5d87e42be7f9\n"
}

@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! -->

> [!NOTE]
> This is one of 192 standalone projects, maintained as part
> This is one of 193 standalone projects, maintained as part
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo

@@ -13,0 +13,0 @@ > and anti-framework.

@@ -27,4 +27,4 @@ import { ALogger } from "./alogger.js";

* @example
* ```ts
* import { ROOT } from "@thi.ng/logger";
* ```ts tangle:../export/root.ts
* import { ROOT, ConsoleLogger } from "@thi.ng/logger";
*

@@ -31,0 +31,0 @@ * const myLogger = ROOT.childLogger("custom");

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

/// <reference types="node" />
import { ALogger } from "./alogger.js";

@@ -3,0 +2,0 @@ import { LogLevel, type LogEntry, type LogLevelName, type ILogger } from "./api.js";

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc