Socket
Book a DemoInstallSign in
Socket

tail

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tail - npm Package Compare versions

Comparing version

to
2.2.2

2

lib/tail.js

@@ -20,3 +20,3 @@ let events = require(`events`)

this.fsWatchOptions = options.fsWatchOptions || {};
this.follow = options.follow || true;
this.follow = 'follow' in options ? options.follow : true;
this.logger = options.logger || new devNull();

@@ -23,0 +23,0 @@ this.useWatchFile = options.useWatchFile || false;

@@ -17,3 +17,3 @@ {

],
"version": "2.2.1",
"version": "2.2.2",
"homepage": "https://www.lucagrulla.com/node-tail",

@@ -20,0 +20,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.