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

@thi.ng/defmulti

Package Overview
Dependencies
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/defmulti - npm Package Compare versions

Comparing version 3.0.22 to 3.0.23

8

CHANGELOG.md
# Change Log
- **Last updated**: 2024-02-10T08:59:56Z
- **Last updated**: 2024-02-16T20:01:44Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

@@ -12,2 +12,8 @@

### [3.0.23](https://github.com/thi-ng/umbrella/tree/@thi.ng/defmulti@3.0.23) (2024-02-16)
#### ♻️ Refactoring
- update LOGGER handling ([46bc987](https://github.com/thi-ng/umbrella/commit/46bc987))
# [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/defmulti@3.0.0) (2023-09-15)

@@ -14,0 +20,0 @@

4

logger.d.ts

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

import type { ILogger } from "@thi.ng/logger";
export declare let LOGGER: ILogger;
export declare const setLogger: (logger: ILogger) => ILogger;
export declare const LOGGER: import("@thi.ng/logger/root").ProxyLogger;
//# sourceMappingURL=logger.d.ts.map

@@ -1,7 +0,5 @@

import { NULL_LOGGER } from "@thi.ng/logger/null";
let LOGGER = NULL_LOGGER;
const setLogger = (logger) => LOGGER = logger;
import { ROOT } from "@thi.ng/logger/root";
const LOGGER = ROOT.childLogger("defmulti");
export {
LOGGER,
setLogger
LOGGER
};
{
"name": "@thi.ng/defmulti",
"version": "3.0.22",
"version": "3.0.23",
"description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.",

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

"@thi.ng/errors": "^2.4.16",
"@thi.ng/logger": "^2.1.10"
"@thi.ng/logger": "^3.0.0"
},

@@ -94,3 +94,3 @@ "devDependencies": {

},
"gitHead": "e5e7d5c6ed2eadee7a91d59cbd0c86ce880ab1c5\n"
"gitHead": "25ee18f7db6d03f0b76787267ab071d16df94888\n"
}

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

Package sizes (brotli'd, pre-treeshake): ESM: 818 bytes
Package sizes (brotli'd, pre-treeshake): ESM: 800 bytes

@@ -82,0 +82,0 @@ ## Dependencies

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