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

log-driver

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

log-driver - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

6

package.json

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

],
"version": "1.2.6",
"version": "1.2.7",
"bugs": {

@@ -24,6 +24,4 @@ "url": "https://github.com/cainus/logdriver/issues"

],
"dependencies": {
"codecov.io": "0.0.1"
},
"devDependencies": {
"codecov.io": "0.0.1",
"jshint": "2.4.4",

@@ -30,0 +28,0 @@ "istanbul": "0.2.6",

@@ -7,5 +7,5 @@ ![Log Driver][logdriver-logo]

####You're going to want to log the output of stdout and stderr anyway, so you might as well put all your logging through stdout. Logging libraries that don't write to stdout or stderr are missing absolutely critical output like the stack trace if/when your app dies.
#### You're going to want to log the output of stdout and stderr anyway, so you might as well put all your logging through stdout. Logging libraries that don't write to stdout or stderr are missing absolutely critical output like the stack trace if/when your app dies.
##There are some other nice advantages:
## There are some other nice advantages:
* When working on your app locally, logs just show up in stdout just like if you'd used console.log(). That's a heck of a lot simpler than tailing a log file.

@@ -30,3 +30,3 @@ * Logging transports can be externalized from your app entirely, and completely decoupled. This means if you want to log to irc, you write an irc client script that reads from stdin, and you just pipe your app's output to that script.

##Usage:
## Usage:
Getting the default logger:

@@ -90,4 +90,2 @@ ```javascript

![Log Driver](https://raw.github.com/cainus/logdriver/master/waltz.jpg)
[logdriver-logo]: https://raw.github.com/cainus/logdriver/master/logo.png

@@ -94,0 +92,0 @@

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