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

file-stream-rotator

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

file-stream-rotator - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

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

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