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

@cdm-logger/core

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cdm-logger/core - npm Package Compare versions

Comparing version 9.0.3 to 9.0.5

6

lib/interface.d.ts

@@ -7,2 +7,6 @@ /// <reference types="node" />

export declare type LevelWithSilent = LoggerLevel | "silent";
export declare type ChildLoggerOptions = {
[key: string]: string;
childName?: string;
};
export interface BaseLogger extends EventEmitter {

@@ -56,3 +60,3 @@ /**

*/
child(options: Object, simple?: boolean): ILogger;
child(options: ChildLoggerOptions, simple?: boolean): ILogger;
/**

@@ -59,0 +63,0 @@ * Log at `'fatal'` level the given msg. If the first argument is an object, all its properties will be included in the JSON line.

4

package.json
{
"name": "@cdm-logger/core",
"version": "9.0.3",
"version": "9.0.5",
"description": "Universal - Logger",

@@ -55,3 +55,3 @@ "main": "./lib/index.js",

},
"gitHead": "0d6125a2fac69ec027000c4cb6e91a6060f43975"
"gitHead": "a5cf643c7199da6bc8cd4625dd7a2d5c339f86d8"
}
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