rotating-file-stream
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -0,1 +1,3 @@ | ||
* 2017-09-23 - v1.3.2 | ||
* devDependencies updated | ||
* 2017-09-21 - v1.3.1 | ||
@@ -2,0 +4,0 @@ * devDependencies updated |
{ | ||
"name": "rotating-file-stream", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Opens a stream.Writable to a file rotated by interval and/or size. A logrotate alternative.", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"eslint": "./node_modules/.bin/eslint *.js test/*js", | ||
"npmignore": "echo '.codeclimate.yml\\n.eslintrc\\n.gitignore\\n.travis.yml\\nCHANGELOG.md\\ntest' > .npmignore ; cat .gitignore >> .npmignore", | ||
"npmignore": "echo '.codeclimate.yml\\n.eslintrc\\n.gitignore\\n.travis.yml\\nCHANGELOG.md\\npackage-lock.json\\ntest' > .npmignore ; cat .gitignore >> .npmignore", | ||
"test": "TZ=\"Europe/Rome\" ./node_modules/.bin/_mocha test" | ||
@@ -31,3 +31,3 @@ }, | ||
"devDependencies": { | ||
"eslint": "4.7.1", | ||
"eslint": "4.7.2", | ||
"istanbul": "0.4.5", | ||
@@ -34,0 +34,0 @@ "mocha-istanbul": "0.3.0", |
@@ -9,4 +9,4 @@ # rotating-file-stream | ||
[![NPM version](https://badge.fury.io/js/rotating-file-stream.svg)](https://www.npmjs.com/package/rotating-file-stream) | ||
[![bitHound Dependencies](https://www.bithound.io/github/iccicci/rotating-file-stream/badges/dependencies.svg)](https://www.bithound.io/github/iccicci/rotating-file-stream/master/dependencies/npm) | ||
[![bitHound Dev Dependencies](https://www.bithound.io/github/iccicci/rotating-file-stream/badges/devDependencies.svg)](https://www.bithound.io/github/iccicci/rotating-file-stream/master/dependencies/npm) | ||
[![Dependencies](https://david-dm.org/iccicci/rotating-file-stream.svg)](https://david-dm.org/iccicci/rotating-file-stream) | ||
[![Dev Dependencies](https://david-dm.org/iccicci/rotating-file-stream/dev-status.svg)](https://david-dm.org/iccicci/rotating-file-stream?type=dev) | ||
@@ -13,0 +13,0 @@ [![NPM](https://nodei.co/npm/rotating-file-stream.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/rotating-file-stream/) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
37931
9
724