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 1.1.0 to 1.1.1

8

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

@@ -29,10 +29,10 @@ "engines": {

"dependencies": {
"tmp": "0.0.28"
"tmp": "0.0.31"
},
"devDependencies": {
"istanbul": "0.4.5",
"jshint": "2.9.3",
"mocha": "3.1.2",
"jshint": "2.9.4",
"mocha": "3.2.0",
"mocha-istanbul": "0.3.0"
}
}

@@ -8,4 +8,4 @@ # rotating-file-stream

[![dependency status](https://david-dm.org/iccicci/rotating-file-stream.svg)](https://david-dm.org/iccicci/rotating-file-stream#info=dependencies)
[![dev dependency status](https://david-dm.org/iccicci/rotating-file-stream/dev-status.svg)](https://david-dm.org/iccicci/rotating-file-stream#info=devDependencies)
[![dependency status](https://david-dm.org/iccicci/rotating-file-stream.svg)](https://david-dm.org/iccicci/rotating-file-stream)
[![dev dependency status](https://david-dm.org/iccicci/rotating-file-stream/dev-status.svg)](https://david-dm.org/iccicci/rotating-file-stream?type=dev)

@@ -304,2 +304,4 @@ ### Description

* 2016-12-05 - v1.1.1
* Dependencies update
* 2016-10-18 - v1.1.0

@@ -306,0 +308,0 @@ * Added classical __UNIX logrotate__ tool behaviour.

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