file-stream-rotator
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "file-stream-rotator", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Automated stream rotation", | ||
@@ -5,0 +5,0 @@ "main": "FileStreamRotator.js", |
@@ -13,3 +13,3 @@ file-stream-rotator | ||
var rotatingLogStream = require('FileStreamRotator').getStream({filename:"/tmp/test.log", frequency:"daily"}) | ||
var rotatingLogStream = require('file-stream-rotator').getStream({filename:"/tmp/test.log", frequency:"daily"}) | ||
..... | ||
@@ -16,0 +16,0 @@ // Use new stream in express |
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
3955