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

logestic

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logestic - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

package.json
{
"name": "logestic",
"version": "0.2.0",
"version": "0.3.0",
"author": "Nishant Aanjaney Jalan <cybercoder.nishant@gmail.com>",

@@ -5,0 +5,0 @@ "description": "An advanced and customisable logging library for ElysiaJS",

# Logestic
[![npm version](https://badge.fury.io/js/logestic.svg)](https://badge.fury.io/js/logestic)
An advanced and customisable logging library for [ElysiaJS](https://elysiajs.com).

@@ -62,3 +64,3 @@

.use(['method', 'path', 'time', 'status'])
.custom(({ method, path, time, status }) => {
.format(({ method, path, time, status }) => {
return `[${time}]: ${method} ${path} | ${status}`

@@ -65,0 +67,0 @@ });

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