New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alpalog

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alpalog

Another logger

  • 0.1.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Alpalog

Just a wrapper around console.log that I can reuse in my projects

Installation

npm:

npm install alpalog

pnpm:

pnpm install alpalog

yarn

yarn add alpalog

Usage

import alpalog from 'alpalog'

alpalog.info('Hello, World!')

Methods

  • alpalog.title

Shows a console log with a title in bold color with an arrow icon

  • alpalog.subtitle

Shows a console log with underline

  • alpalog.info

Shows a regular console log

  • alpalog.whisper

Shows a console log with a grayed out color

  • alpalog.warn

Shows a console log with a yellow color and a warning icon

  • alpalog.error

Shows a console log with a red color and an error icon

  • alpalog.success

Shows a console log with a green color and a success icon

  • alpalog.json

Shows a console log with a beautified JSON.stringify

FAQs

Package last updated on 22 Sep 2024

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

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