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

@spinajs/log

Package Overview
Dependencies
Maintainers
1
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinajs/log - npm Package Compare versions

Comparing version 1.2.88 to 1.2.103

3

lib/targets/ColoredConsoleTarget.d.ts
import { IColoredConsoleTargetOptions, ILogEntry, LogTarget } from "@spinajs/log-common";
import { Chalk } from "chalk";
export declare const DEFAULT_THEME: {

@@ -14,3 +13,3 @@ security: string[];

export declare class ColoredConsoleTarget extends LogTarget<IColoredConsoleTargetOptions> {
protected theme: Chalk[];
protected theme: any[];
protected StdConsoleCallbackMap: {

@@ -17,0 +16,0 @@ 5: {

/// <reference types="node" />
/// <reference types="node" />
import { IFileTargetOptions, ILogEntry, LogTarget } from "@spinajs/log-common";

@@ -3,0 +4,0 @@ import * as fs from "fs";

{
"name": "@spinajs/log",
"version": "1.2.88",
"version": "1.2.103",
"description": "Log lib for all spinejs related libs",

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

},
"gitHead": "7c42b937cd76ac16d6af25d7d503eb1a93ce5271"
"gitHead": "18a08cf4cd3e4d2c728d2d372e3a42ddde071be8"
}

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