Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thi.ng/logger

Package Overview
Dependencies
Maintainers
1
Versions
82
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 0.1.0 to 1.0.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/logger@0.1.0...@thi.ng/logger@1.0.1) (2021-10-13)
**Note:** Version bump only for package @thi.ng/logger
# 0.1.0 (2021-10-12)

@@ -8,0 +16,0 @@

2

console.d.ts

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

import { ILogger, LogLevel } from "./api";
import { ILogger, LogLevel } from "./api.js";
/**

@@ -3,0 +3,0 @@ * {@link ILogger} implementation writing messages via `console.log`.

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

import { LogLevel } from "./api";
import { LogLevel } from "./api.js";
/**

@@ -3,0 +3,0 @@ * {@link ILogger} implementation writing messages via `console.log`.

@@ -1,4 +0,4 @@

export * from "./api";
export * from "./console";
export * from "./null";
export * from "./api.js";
export * from "./console.js";
export * from "./null.js";
//# sourceMappingURL=index.d.ts.map

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

export * from "./api";
export * from "./console";
export * from "./null";
export * from "./api.js";
export * from "./console.js";
export * from "./null.js";

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

import { ILogger } from "./api";
import { ILogger } from "./api.js";
/**

@@ -3,0 +3,0 @@ * No-op {@link ILogger} implementation, used as default logger for most

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

import { LogLevel } from "./api";
import { LogLevel } from "./api.js";
/**

@@ -3,0 +3,0 @@ * No-op {@link ILogger} implementation, used as default logger for most

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

@@ -48,2 +48,5 @@ "type": "module",

},
"engines": {
"node": ">=12.7"
},
"files": [

@@ -72,3 +75,3 @@ "*.js",

},
"gitHead": "9ac1344b38b565eb894306fbf72233b6c0b2d115"
"gitHead": "2e6b3d7c0f4c5686c1e9bdb4902ed7d3f90bcc19"
}

@@ -49,6 +49,7 @@ <!-- This file is generated - DO NOT EDIT! -->

For NodeJS (v14.6+):
For Node.js REPL:
```text
node --experimental-specifier-resolution=node --experimental-repl-await
# with flag only for < v16
node --experimental-repl-await

@@ -55,0 +56,0 @@ > const logger = await import("@thi.ng/logger");

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