New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

beautify-console-log

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beautify-console-log - npm Package Compare versions

Comparing version 1.3.12 to 1.3.13

2

package.json
{
"name": "beautify-console-log",
"version": "1.3.12",
"version": "1.3.13",
"description": "This is a further beautification and encapsulation of the 'console' object. You can use it like using \"console. log\", \"console. info\", \"console. warn\", \"console. error\", and it can display the code line information where the log is printed.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -211,3 +211,3 @@ # beautify-console-log

|-------------------------------|-----------------------------|-----------------------------|
||BaseConfig||
|param|BaseConfig||
|├──title |String? |Custom log header, do not display custom log header when the value is empty |

@@ -306,3 +306,3 @@ |└──type |LogType[] \| ('info' 、 'log' 、 'warn' 、 'error')[] |The type of log displayed, set to only display the corresponding log type(`LogType.info`、`LogType.log`、`LogType.warn`、`LogType.error`、`"info"`、`"log"`、`"warn"`、`"error"`)|

|-------------------------------|-----------------------------|-----------------------------|
||PadStartText||
|param|PadStartText||
|├──title |String |Custom log header |

@@ -309,0 +309,0 @@ |├──logType | LogType \| "info" \| "log" \| "warn" \| "error" |`LogType.info`、`LogType.log`、`LogType.warn`、`LogType.error`、`"info"`、`"log"`、`"warn"`、`"error"`|

@@ -213,3 +213,3 @@ # beautify-console-log

|-------------------------------|-----------------------------|-----------------------------|
||BaseConfig||
|param|BaseConfig||
|├──title |String? |自定义日志头,值为空时不显示"title" |

@@ -308,3 +308,3 @@ |└──type |LogType[] \| ('info' 、 'log' 、 'warn' 、 'error')[] |显示的日志类型,设置后只显示对应的日志类型(`LogType.info`、`LogType.log`、`LogType.warn`、`LogType.error`、`"info"`、`"log"`、`"warn"`、`"error"`)|

|-------------------------------|-----------------------------|-----------------------------|
||PadStartText||
|param|PadStartText||
|├──title |String |自定义日志头 |

@@ -311,0 +311,0 @@ |├──logType | LogType \| "info" \| "log" \| "warn" \| "error" |`LogType.info`,`LogType.log`,`LogType.warn`,`LogType.error`、`"info"`、`"log"`、`"warn"`、`"error"`|

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc