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
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

to
0.14.1

13

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

@@ -31,2 +31,11 @@ "keywords": [

},
"main": "./dist/tiny-logger.mjs",
"types": "./dist/tiny-logger.d.ts",
"typesVersions": {
"*": {
".": [
"./dist/tiny-logger.d.ts"
]
}
},
"files": [

@@ -36,3 +45,3 @@ "dist"

"dependencies": {
"@fastkit/helpers": "0.14.0"
"@fastkit/helpers": "0.14.1"
},

@@ -39,0 +48,0 @@ "buildOptions": {