New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rotating-file-stream

Package Overview
Dependencies
Maintainers
2
Versions
68
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 3.0.1 to 3.0.2

3

CHANGELOG.md

@@ -0,1 +1,4 @@

- 2021-11-20 - v3.0.2
- Required **Node.js v14**
- devDependencies update
- 2021-11-06 - v3.0.1

@@ -2,0 +5,0 @@ - `external` event emitted even if in error

12

package.json
{
"name": "rotating-file-stream",
"version": "3.0.1",
"version": "3.0.2",
"description": "Opens a stream.Writable to a file rotated by interval and/or size. A logrotate alternative.",

@@ -22,3 +22,3 @@ "scripts": {

"engines": {
"node": ">=10.0"
"node": ">=14.0"
},

@@ -45,5 +45,5 @@ "author": "Daniele Ricci <daniele.icc@gmail.com> (https://github.com/iccicci)",

"@types/mocha": "9.0.0",
"@types/node": "16.11.6",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"@types/node": "16.11.9",
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0",
"eslint": "8.2.0",

@@ -54,3 +54,3 @@ "mocha": "9.1.3",

"ts-node": "10.4.0",
"typescript": "4.4.4"
"typescript": "4.5.2"
},

@@ -57,0 +57,0 @@ "prettier": {

@@ -104,3 +104,3 @@ # rotating-file-stream

**Breaking change**: the way the _external compression command_ is executed was slightly changed; possible breacking
**Breaking change**: the way the _external compression command_ is executed was slightly changed; possible breaking
change.

@@ -107,0 +107,0 @@

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