Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "fs-tail", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "tail -f like functionality using streams2 and fs", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "make test-codecov.io" | ||
}, | ||
@@ -28,3 +28,6 @@ "repository": { | ||
"devDependencies": { | ||
"codecov.io": "0.0.8", | ||
"expect.js": "0.3.1", | ||
"istanbul": "0.3.5", | ||
"jshint": "2.5.10", | ||
"mocha": "2.0.1", | ||
@@ -31,0 +34,0 @@ "sinon": "1.12.2" |
# fs-tail | ||
[![Build Status](https://travis-ci.org/classdojo/fs-tail.svg?branch=master)](https://travis-ci.org/classdojo/fs-tail) | ||
[![codecov.io](https://codecov.io/github/classdojo/fs-tail/coverage.svg?branch=master)](https://codecov.io/github/classdojo/fs-tail?branch=master) | ||
[![NPM version](https://badge.fury.io/js/fs-tail.png)](http://badge.fury.io/js/fs-tail) | ||
```javascript | ||
@@ -4,0 +8,0 @@ var FsTail = require("fs-tail"); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
9624
9
1
15
6