Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement →
Sign In

@compas/stdlib

Package Overview
Dependencies
Maintainers
1
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compas/stdlib - npm Package Compare versions

Comparing version
0.20.0
to
0.20.1
+2
-2
package.json
{
"name": "@compas/stdlib",
"version": "0.20.0",
"version": "0.20.1",
"description": "All kinds of utility functions",

@@ -21,3 +21,3 @@ "exports": {

"dependencies": {
"@types/node": "24.9.1",
"@types/node": "24.10.1",
"dotenv": "17.2.3",

@@ -24,0 +24,0 @@ "lodash.merge": "4.6.2",

@@ -38,3 +38,3 @@ /**

* Create a new logger instance. The provided `ctx` will shallowly overwrite the global
* context that is set via {@see loggerExtendGlobalContext}.
* context that is set via { loggerExtendGlobalContext}.
*

@@ -41,0 +41,0 @@ * The logger uses the transport or destination set via

@@ -146,3 +146,3 @@ import { AsyncLocalStorage } from "node:async_hooks";

* Create a new logger instance. The provided `ctx` will shallowly overwrite the global
* context that is set via {@see loggerExtendGlobalContext}.
* context that is set via { loggerExtendGlobalContext}.
*

@@ -149,0 +149,0 @@ * The logger uses the transport or destination set via