Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
node-dev-console
Advanced tools
activate()
boolean
- always returns trueActivates console output
deactivate()
boolean
- always returns falseDeactivates console output
isOn()
boolean
- true, if output is set to true and FORCE_OFF is falsel(args)
args
(any
, required)Alias for console.log, if output is enabled
j(d[, name[, LP]])
d
(any
, required) - any kind of variablename
(string |
, optional) - name of the objectLP
(string
, optional) - Log prefixShows content of variable (JSON.stringify), with optional name and log prefix
t(d[, name[, LP]])
d
(any
, required) - any kind of variablename
(string |
, optional) - name of the objectLP
(string
, optional) - Log prefixShows type of variable, with optional name and log prefix
r([name[, LP]])
name
(string
, optional) - name of the objectLP
(string
, optional) - Log prefixrReturnFunction
- undefinedInner function of r. Returns passed variable
or(DEV, LIVE)
DEV
(any
, required)LIVE
(any
, required)any
isDEV()
boolean
isLIVE()
boolean
stringify(v)
v
(any
, required)string
- undefinedJSON.stringify with two spaces
showMessageIsOn()
console.log's a message, if output is "on"
reEvaluateEnv()
r1
rReturnFunction
Alias for r("STAGE1:")
r2
rReturnFunction
Alias for r("STAGE2:")
r3
rReturnFunction
Alias for r("STAGE3:")
r4
rReturnFunction
Alias for r("STAGE4:")
r5
rReturnFunction
Alias for r("STAGE5:")
FAQs
dev helper
We found that node-dev-console demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.