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

nice-simple-logger

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

nice-simple-logger - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

3

index.js

@@ -22,3 +22,4 @@ "use strict";

'white' : ['\x1B[37m', '\x1B[39m'],
'grey' : ['\x1B[90m', '\x1B[39m'],
// 'grey' : ['\x1B[90m', '\x1B[39m'],
'grey' : ['\x1B[38;5;240m', '\x1B[39m'],
'black' : ['\x1B[30m', '\x1B[39m'],

@@ -25,0 +26,0 @@ 'blue' : ['\x1B[34m', '\x1B[39m'],

@@ -9,3 +9,3 @@ {

},
"version": "0.0.3",
"version": "0.0.4",
"main": "./index.js",

@@ -12,0 +12,0 @@ "keywords": ["logger", "log"],

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