rotating-file-stream
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "rotating-file-stream", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Opens a stream.Writable to a file rotated by interval and/or size. A logrotate alternative.", | ||
@@ -29,10 +29,10 @@ "engines": { | ||
"dependencies": { | ||
"tmp": "0.0.28" | ||
"tmp": "0.0.31" | ||
}, | ||
"devDependencies": { | ||
"istanbul": "0.4.5", | ||
"jshint": "2.9.3", | ||
"mocha": "3.1.2", | ||
"jshint": "2.9.4", | ||
"mocha": "3.2.0", | ||
"mocha-istanbul": "0.3.0" | ||
} | ||
} |
@@ -8,4 +8,4 @@ # rotating-file-stream | ||
[![dependency status](https://david-dm.org/iccicci/rotating-file-stream.svg)](https://david-dm.org/iccicci/rotating-file-stream#info=dependencies) | ||
[![dev dependency status](https://david-dm.org/iccicci/rotating-file-stream/dev-status.svg)](https://david-dm.org/iccicci/rotating-file-stream#info=devDependencies) | ||
[![dependency status](https://david-dm.org/iccicci/rotating-file-stream.svg)](https://david-dm.org/iccicci/rotating-file-stream) | ||
[![dev dependency status](https://david-dm.org/iccicci/rotating-file-stream/dev-status.svg)](https://david-dm.org/iccicci/rotating-file-stream?type=dev) | ||
@@ -304,2 +304,4 @@ ### Description | ||
* 2016-12-05 - v1.1.1 | ||
* Dependencies update | ||
* 2016-10-18 - v1.1.0 | ||
@@ -306,0 +308,0 @@ * Added classical __UNIX logrotate__ tool behaviour. |
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
29005
339
+ Addedtmp@0.0.31(transitive)
- Removedtmp@0.0.28(transitive)
Updatedtmp@0.0.31