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

apheleia

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apheleia - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "apheleia",
"version": "2.0.0",
"version": "2.0.1",
"description": "fast and simplistic logger.",

@@ -5,0 +5,0 @@ "main": "lib/Apheleia.js",

@@ -48,2 +48,6 @@ import { Writable } from "stream"

export class SimpleTransport extends Transport {}
export class SimpleFormat implements Format {
transform(level: string, message: string, args: any[], meta: object): string
formatMetaDataObject(meta: object): string
formatMetaData(key: string, value: any): string
}
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