Comparing version 1.2.6 to 1.2.7
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
7812
7
98
- Removedcodecov.io@0.0.1
- Removedasn1@0.1.11(transitive)
- Removedassert-plus@0.1.5(transitive)
- Removedasync@0.9.2(transitive)
- Removedaws-sign2@0.5.0(transitive)
- Removedbl@0.9.5(transitive)
- Removedboom@0.4.2(transitive)
- Removedcaseless@0.6.0(transitive)
- Removedcodecov.io@0.0.1(transitive)
- Removedcombined-stream@0.0.7(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedcryptiles@0.2.2(transitive)
- Removedctype@0.5.3(transitive)
- Removeddeep-equal@0.1.2(transitive)
- Removeddefined@0.0.0(transitive)
- Removeddelayed-stream@0.0.5(transitive)
- Removedduplexer@0.1.2(transitive)
- Removedforever-agent@0.5.2(transitive)
- Removedform-data@0.1.4(transitive)
- Removedhawk@1.1.1(transitive)
- Removedhoek@0.9.1(transitive)
- Removedhttp-signature@0.10.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedisarray@0.0.1(transitive)
- Removedjson-stringify-safe@5.0.1(transitive)
- Removedjsonify@0.0.1(transitive)
- Removedmime@1.2.11(transitive)
- Removedmime-types@1.0.2(transitive)
- Removednode-uuid@1.4.8(transitive)
- Removedoauth-sign@0.4.0(transitive)
- Removedqs@1.2.2(transitive)
- Removedreadable-stream@1.0.34(transitive)
- Removedrequest@2.42.0(transitive)
- Removedresumer@0.0.0(transitive)
- Removedsntp@0.2.4(transitive)
- Removedsplit@0.2.10(transitive)
- Removedstream-combiner@0.0.4(transitive)
- Removedstring_decoder@0.10.31(transitive)
- Removedstringstream@0.0.6(transitive)
- Removedtape@2.3.0(transitive)
- Removedthrough@2.3.8(transitive)
- Removedtldts@6.1.58(transitive)
- Removedtldts-core@6.1.58(transitive)
- Removedtough-cookie@5.0.0(transitive)
- Removedtunnel-agent@0.4.3(transitive)
- Removedurlgrey@0.4.0(transitive)