Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@poi/logger

Package Overview
Dependencies
Maintainers
3
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@poi/logger - npm Package Compare versions

Comparing version 12.0.0-alpha.0 to 12.0.0-alpha.1

LICENSE

8

index.js

@@ -16,7 +16,11 @@ const chalk = require('chalk')

debug(...args) {
debug(title, ...args) {
if (!this.options.debug) {
return
}
console.log(chalk.magenta.bold('===>'), ...args.map(str => chalk.bold(str)))
console.log(
chalk.magenta('debug'),
chalk.blue(title),
...args.map(str => chalk.bold(str))
)
}

@@ -23,0 +27,0 @@

{
"name": "@poi/logger",
"version": "12.0.0-alpha.0",
"version": "12.0.0-alpha.1",
"files": [

@@ -13,3 +13,5 @@ "index.js"

"chalk": "^2.4.1"
}
},
"xo": false,
"gitHead": "8747b20b3a882698d5683bd17cb22263a16e3c7b"
}
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