Socket
Socket
Sign inDemoInstall

chatty

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chatty - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

lib/log.js

@@ -25,3 +25,3 @@

var log = function (priority, data) {
if (options.console) return console.log(data);
if (options.console) return console.log(data.join(','));
syslog.init(options.ident, options.option, options.facility);

@@ -28,0 +28,0 @@ syslog.log(priority, options.ident + ': ' + data);

{
"name": "chatty",
"version": "0.1.0",
"version": "0.1.1",
"description": "Sexy syslogging for node.js",

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

@@ -7,3 +7,4 @@

chatty.info('Hello')
//chatty.configure({ console: true })
chatty.info('Hello', 'all')
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