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

@influmy/logger

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

@influmy/logger - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

14

dist/index.d.ts

@@ -11,11 +11,11 @@ interface Levels {

interface LoggerOption {
level: Levels,
level: number,
}
export interface LoggerModule {
(levels: Levels): any;
Logger: (options: LoggerOption) => any;
declare function Logger(options: LoggerOption): any
declare const levels: Levels;
export default Logger;
export {
levels,
}
declare const logger: LoggerModule;
export default logger;
{
"name": "@influmy/logger",
"version": "1.0.2",
"version": "1.0.3",
"description": "Winston logger wrapper with console transport",

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