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

webstorm-nodejs-logger

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webstorm-nodejs-logger

The logger module enhances console.log by making the printed content clickable in webstorm, allowing developers to jump directly to the source code. It also includes the file name and line number, making debugging more efficient.

latest
npmnpm
Version
1.0.3
Version published
Maintainers
0
Created
Source

The logger module enhances console.log by making the printed content clickable in webstorm, allowing developers to jump directly to the source code. It also includes the file name and line number, making debugging more efficient.

const logger = require('webstorm-nodejs-logger');

logger.log('Hello World!');

image

Keywords

log

FAQs

Package last updated on 10 Aug 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