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

@poi/logger

Package Overview
Dependencies
Maintainers
2
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 0.0.0 to 10.0.0-alpha.1

5

index.js
const util = require('util')
const LogHorizon = require('log-horizon')
const chalk = require('chalk')

@@ -16,4 +17,8 @@ class Logger extends LogHorizon {

}
debug(title, message = '') {
return super.debug(`${chalk.inverse.bold.yellow(` ${title} `)} ${message}`)
}
}
module.exports = new Logger()

6

package.json
{
"name": "@poi/logger",
"version": "0.0.0",
"version": "10.0.0-alpha.1",
"publishConfig": {

@@ -10,5 +10,7 @@ "access": "public"

],
"repository": "https://github.com/egoist/poi/tree/master/packages/logger",
"dependencies": {
"log-horizon": "^0.1.0"
"chalk": "^2.3.2",
"log-horizon": "^0.1.1"
}
}
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