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 3.2.4 to 3.2.5

2

dist/cjs/index.js

@@ -355,3 +355,3 @@ "use strict";

size: stats.size,
time: stats.ctime.getTime()
time: stats.mtime.getTime()
});

@@ -358,0 +358,0 @@ }

@@ -373,3 +373,3 @@ import { exec } from "child_process";

size: stats.size,
time: stats.ctime.getTime()
time: stats.mtime.getTime()
});

@@ -376,0 +376,0 @@ }

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

@@ -5,0 +5,0 @@ "scripts": {

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