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
1
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.0.1 to 1.0.2

2

package.json
{
"name": "beautify-console-log",
"version": "1.0.1",
"version": "1.0.2",
"description": "This is a further beautification and encapsulation of the 'console' object, including console. log, console. info, console. warn, and console. error.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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

npm i beauty-console-log -- save
npm i beautify-console-log -- save

@@ -35,3 +35,3 @@ ```

yarn add beauty-console-log
yarn add beautify-console-log

@@ -66,3 +66,3 @@ ```

const log = BeautifyConsole. getInstance();
const log = BeautifyConsole.getInstance();

@@ -83,3 +83,3 @@ Log.info(1234, '4', [3, 5]);

const log = BeautifyConsole. getInstance();
const log = BeautifyConsole.getInstance();

@@ -86,0 +86,0 @@ Log.setPadStartText('log ','hello world').info(1234,'4 ', [3, 5]);

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