rotating-file-stream
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -0,1 +1,4 @@ | ||
- 2021-02-02 - v2.1.4 | ||
- Fixed a bug which [requires a write operation to emit errors on open](https://github.com/iccicci/rotating-file-stream/issues/62) (thanks to [Raynos](https://github.com/Raynos)) | ||
- devDependencies update | ||
- 2020-07-07 - v2.1.3 | ||
@@ -2,0 +5,0 @@ - Fixed a bug causing EEXIST opening two files in same not existing directory in a rapid sequence (thanks to [jameslahm](https://github.com/jameslahm)) |
@@ -46,2 +46,4 @@ "use strict"; | ||
this.opened(); | ||
else if (this.error) | ||
this.emit("error", error); | ||
})); | ||
@@ -48,0 +50,0 @@ } |
{ | ||
"name": "rotating-file-stream", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Opens a stream.Writable to a file rotated by interval and/or size. A logrotate alternative.", | ||
@@ -43,11 +43,11 @@ "scripts": { | ||
"devDependencies": { | ||
"@types/mocha": "7.0.2", | ||
"@types/node": "14.0.18", | ||
"@typescript-eslint/eslint-plugin": "3.6.0", | ||
"@typescript-eslint/parser": "3.6.0", | ||
"eslint": "7.4.0", | ||
"mocha": "8.0.1", | ||
"@types/mocha": "8.2.0", | ||
"@types/node": "14.14.22", | ||
"@typescript-eslint/eslint-plugin": "4.14.2", | ||
"@typescript-eslint/parser": "4.14.2", | ||
"eslint": "7.19.0", | ||
"mocha": "8.2.1", | ||
"nyc": "15.1.0", | ||
"ts-node": "8.10.2", | ||
"typescript": "3.9.6" | ||
"ts-node": "9.1.1", | ||
"typescript": "4.1.3" | ||
}, | ||
@@ -54,0 +54,0 @@ "prettier": { |
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
60684
818