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

fs-tail

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fs-tail - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

.jshintignore

7

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

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