Socket
Socket
Sign inDemoInstall

@thi.ng/logger

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/logger - npm Package Compare versions

Comparing version 1.4.4 to 1.4.5

2

api.d.ts

@@ -9,3 +9,3 @@ export declare enum LogLevel {

}
export declare type LogLevelName = "FINE" | "DEBUG" | "INFO" | "WARN" | "SEVERE" | "NONE";
export type LogLevelName = "FINE" | "DEBUG" | "INFO" | "WARN" | "SEVERE" | "NONE";
export interface ILogger {

@@ -12,0 +12,0 @@ /**

# Change Log
- **Last updated**: 2022-11-30T22:27:38Z
- **Last updated**: 2022-12-16T12:52:25Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

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

{
"name": "@thi.ng/logger",
"version": "1.4.4",
"version": "1.4.5",
"description": "Types & basis infrastructure for arbitrary logging (w/ default impls)",

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

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

@@ -25,3 +25,3 @@ {

],
"author": "Karsten Schmidt <k+npm@thi.ng>",
"author": "Karsten Schmidt (https://thi.ng)",
"license": "Apache-2.0",

@@ -39,7 +39,7 @@ "scripts": {

"devDependencies": {
"@microsoft/api-extractor": "^7.33.5",
"@microsoft/api-extractor": "^7.33.7",
"rimraf": "^3.0.2",
"tools": "^0.0.1",
"typedoc": "^0.23.20",
"typescript": "^4.8.4"
"typedoc": "^0.23.22",
"typescript": "^4.9.4"
},

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

},
"gitHead": "1fe40da507070653f420156d91e6b27cf682004f\n"
"gitHead": "f445a9cc8022bcdebbf6ff91fd66ced016d72f01\n"
}
<!-- This file is generated - DO NOT EDIT! -->
# ![logger](https://media.thi.ng/umbrella/banners-20220914/thing-logger.svg?fe782804)
# ![@thi.ng/logger](https://media.thi.ng/umbrella/banners-20220914/thing-logger.svg?fe782804)
[![npm version](https://img.shields.io/npm/v/@thi.ng/logger.svg)](https://www.npmjs.com/package/@thi.ng/logger)
![npm downloads](https://img.shields.io/npm/dm/@thi.ng/logger.svg)
[![Twitter Follow](https://img.shields.io/twitter/follow/thing_umbrella.svg?style=flat-square&label=twitter)](https://twitter.com/thing_umbrella)
[![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)

@@ -26,3 +26,3 @@ This project is part of the

Types & basis infrastructure for arbitrary logging (w/ default impls).
Types & basis infrastructure for arbitrary logging (w/ default impls)

@@ -107,7 +107,4 @@ The types & implementations provided by this package are used in various places

```text
# with flag only for < v16
node --experimental-repl-await
> const logger = await import("@thi.ng/logger");
```js
const logger = await import("@thi.ng/logger");
```

@@ -129,3 +126,3 @@

Karsten Schmidt
- [Karsten Schmidt](https://thi.ng)

@@ -145,2 +142,2 @@ If this project contributes to an academic publication, please cite it as:

&copy; 2016 - 2022 Karsten Schmidt // Apache Software License 2.0
&copy; 2016 - 2022 Karsten Schmidt // Apache License 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