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

@fastkit/tiny-logger

Package Overview
Dependencies
Maintainers
1
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 0.8.18 to 0.9.0

LICENSE

2

dist/tiny-logger.d.ts

@@ -15,3 +15,3 @@ /// <reference types="node" />

stack?: string | undefined;
cause?: Error | undefined;
cause?: unknown;
};

@@ -18,0 +18,0 @@ captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;

{
"name": "@fastkit/tiny-logger",
"version": "0.8.18",
"description": "@fastkit/tiny-logger",
"version": "0.9.0",
"description": "A small logger to display the application logs just a little bit nicer.",
"buildOptions": {
"name": "TinyLogger"
},
"_docs": {
"scope": "",
"feature": "log",
"description": {
"en": "A small logger to display the application logs just a little bit nicer.",
"ja": "アプリケーションログをほんの少し綺麗に表示するための小さなロガー。"
}
},
"main": "index.js",

@@ -20,3 +28,5 @@ "module": "dist/tiny-logger.mjs",

"keywords": [
"fastkit"
"fastkit",
"logger",
"log"
],

@@ -30,4 +40,4 @@ "author": "dadajam4",

"dependencies": {
"@fastkit/helpers": "0.8.18"
"@fastkit/helpers": "0.9.0"
}
}

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

# @fastkit/tiny-logger
# @fastkit/tiny-logger
## Documentation
https://dadajam4.github.io/fastkit/tiny-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