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

console-dump

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

console-dump

dump variables and trace it

latest
Source
npmnpm
Version
0.0.51
Version published
Weekly downloads
9
350%
Maintainers
1
Weekly downloads
 
Created
Source

console-dump

Add dump mehtod to console prototype, show filename and line number

Installation

$ npm install console-dump --save

Usage

there is no need to assign a name to package

require('console-dump')
console.dump('test') // show all filename and line number with variable
console.trace('test'); //show  trace

FAQs

Package last updated on 21 Mar 2017

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