Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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 2.2.2 to 2.2.3

.github/dependabot.yml

2

lib/tail.js

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

this.fsWatchOptions = options.fsWatchOptions || {};
this.follow = 'follow' in options ? options.follow : true;
this.follow = options['follow'] != undefined ? 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.2",
"version": "2.2.3",
"homepage": "https://www.lucagrulla.com/node-tail",

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

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