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

@contrast/logger

Package Overview
Dependencies
Maintainers
9
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/logger - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

5

lib/index.d.ts
import { Config } from '@contrast/config';
import { Messages } from '@contrast/common';
import { LoggerOptions, Logger as PinoLogger, TransportTargetOptions } from 'pino';
import { LoggerOptions, Logger, TransportTargetOptions } from 'pino';
export interface Core {

@@ -10,3 +10,3 @@ readonly config: Config;

export declare const kTransports: unique symbol;
export interface Logger extends PinoLogger {
export interface _Logger extends Logger {
[kChildren]: Logger[];

@@ -18,2 +18,3 @@ [kTransports]: TransportTargetOptions[];

}, opts?: LoggerOptions): Logger;
export { Logger };
//# sourceMappingURL=index.d.ts.map

4

package.json
{
"name": "@contrast/logger",
"version": "1.8.0",
"version": "1.8.1",
"description": "Centralized logging for Contrast agent services",

@@ -14,3 +14,3 @@ "license": "SEE LICENSE IN LICENSE",

"npm": ">=6.13.7 <7 || >= 8.3.1",
"node": ">= 14.15.0"
"node": ">= 14.18.0"
},

@@ -17,0 +17,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

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