New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fastkit/tiny-logger

Package Overview
Dependencies
Maintainers
0
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fastkit/tiny-logger - npm Package Compare versions

Comparing version

to
0.14.5

4

dist/tiny-logger.d.ts

@@ -43,6 +43,6 @@ declare const PALETTE: {

message: string;
stack?: string | undefined;
stack?: string;
cause?: unknown;
};
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
captureStackTrace(targetObject: object, constructorOpt?: Function): void;
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;

@@ -49,0 +49,0 @@ stackTraceLimit: number;

{
"name": "@fastkit/tiny-logger",
"version": "0.14.4",
"version": "0.14.5",
"description": "A small logger to display the application logs just a little bit nicer.",

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

"dependencies": {
"@fastkit/helpers": "^0.14.4"
"@fastkit/helpers": "^0.14.5"
},

@@ -47,0 +47,0 @@ "buildOptions": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet