New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

another-logger

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

another-logger - npm Package Compare versions

Comparing version 4.0.0-pre1 to 4.0.0-pre2

dist/createLogger.d.ts

3

dist/Logger.d.ts

@@ -36,3 +36,3 @@ import { Transport } from './transports';

/** A function that logs things at a particular level. */
interface LoggerFunction {
export interface LoggerFunction {
/** Sends a message to all transports configured for this level. */

@@ -54,2 +54,1 @@ (...contents: any[]): void;

export declare function createLogger(config: LoggerConfig): Logger;
export {};
{
"name": "another-logger",
"version": "4.0.0-pre1",
"version": "4.0.0-pre2",
"description": "A lightweight logging solution with sensible defaults and support for custom transports.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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