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

node-web-logger

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-web-logger

sends nodejs logs to web console

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

node-web-logger

Console loging to a browser terminal. Useful to not disturb the main terminal output.

This console outputs to a websocket server. The served page dispatches logs to the browser console.

Install :

npm install -g node-web-logger

launch

Anywere in cli

node-web-logger

Use logger.

let {Logger} = require('node-web-logger');
Logger.log('something');
Handled methods :
	"log","error","group","groupEnd",
	"warn","assert","clear","debug","info",
	"table","dir","count","countReset"

FAQs

Package last updated on 01 Apr 2022

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