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

rotating-file-stream

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rotating-file-stream - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

3

CHANGELOG.md

@@ -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 @@ }

18

package.json
{
"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": {

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