New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

console-log-pattern

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-log-pattern

Enhance your console logs with stunning, multicolored pattern output with messages

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

Console Log Pattern

Enhance your console logs with stunning, multicolored pattern output with messages

Publish your NPM package

    npm login

    npm publish

Update your npm package

    npm version patch

    npm version minor

    npm version major

    npm publish

Demo Console Logs

Style 1

    console.logTitle("Demo Title Message Style A", "=", "red");

    ====================================================================================================
    ====================================================================================================
    ===================================   Demo Title Message Style A  ==================================
    ====================================================================================================
    ====================================================================================================

Style 2

    console.logTitle("Demo Title Message Style B", "*", "yellow");

    ****************************************************************************************************
    ****************************************************************************************************
    ***********************************   Demo Title Message Style B  **********************************
    ****************************************************************************************************
    ****************************************************************************************************

Style 3

    console.logTitle("Demo Title Message Style C", "@", "green");

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@   Demo Title Message Style C  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

Style 4

    console.logTitle("Demo Title Message Style D", "#", "blue");


    ####################################################################################################
    ####################################################################################################
    ###################################   Demo Title Message Style D  ##################################
    ####################################################################################################
    ####################################################################################################

Style 5

    console.logNote(": Demo Notes A : ", true, "Prepend Label", "Append Label", "magenta");

    ◕‿◕ Prepend Label: Demo Notes A : Append Label

Style 6

    console.logConsole("Demo console log", true, "cyan");

    ˃ Demo console log

Style 7

    console.logError("Demo Error Logs", true, "yellow");

    ◘ Demo Error Logs

Style 8

    console.logExeBlock("Demo Execution Block", true, "green");

    ======================================   Demo Execution Block  =====================================

Style 9

    console.logExeBlock(null, true, "magenta");

    ====================================================================================================

Keywords

console.log

FAQs

Package last updated on 02 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts