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

@algolia/logger-common

Package Overview
Dependencies
Maintainers
61
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/logger-common - npm Package Compare versions

Comparing version 4.0.0-beta.11 to 4.0.0-beta.12

13

dist/logger-common.d.ts

@@ -5,10 +5,17 @@

export declare type Logger = {
/**
* Logs debug messages.
*/
readonly debug: (message: string, args?: any) => Readonly<Promise<void>>;
/**
* Logs info messages.
*/
readonly info: (message: string, args?: any) => Readonly<Promise<void>>;
/**
* Logs error messages.
*/
readonly error: (message: string, args?: any) => Readonly<Promise<void>>;
};
export declare const LogLevelEnum: {
readonly [key: string]: LogLevelType;
};
export declare const LogLevelEnum: Readonly<Record<string, LogLevelType>>;

@@ -15,0 +22,0 @@ export declare type LogLevelType = 1 | 2 | 3;

{
"name": "@algolia/logger-common",
"version": "4.0.0-beta.11",
"version": "4.0.0-beta.12",
"private": false,

@@ -5,0 +5,0 @@ "description": "Common interfaces for promise-based log libraries",

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