You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

auto-group-console

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-group-console

Automagically group console messages

1.2.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source
Auto-Console-Group

This package has been renamed to auto-console-group

Tame the JS console by automagically grouping console message.

  • Simple: Drop in replacement for the full console API.
  • Automatic: Groups messages by each Event Loop.
  • Easier Debugging: Makes it much clearer to see what is going on in your app.
  • Adds Time Stamps: Each grouping can be timestamped, to help better see what is happening.
  • Reliable: Uses a Microtask to ensure the message group is always closed on time.

A more readable console output in a couple of minutes.

example output

© 2025 David J. Bradshaw - License MIT

Keywords

console

FAQs

Package last updated on 31 Mar 2025

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