Socket
Socket
Sign inDemoInstall

cloudant-follow

Package Overview
Dependencies
Maintainers
3
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudant-follow - npm Package Compare versions

Comparing version 0.17.0 to 0.18.0-SNAPSHOT.53

3

CHANGES.md

@@ -0,1 +1,4 @@

# UNRELEASED
- [FIXED] Abort request retry for dead feed.
# 0.17.0 (2018-03-22)

@@ -2,0 +5,0 @@ - [NEW] Allow a custom HTTP agent to be specified.

@@ -585,2 +585,7 @@ // Copyright © 2017, 2018 IBM Corp. All rights reserved.

if (self.dead) {
self.log.debug('Skipping retry for dead feed');
return;
}
self.log.debug('Retry since=' + self.since + ' after ' + self.retry_delay + 'ms ');

@@ -587,0 +592,0 @@ self.emit('retry', {since: self.since, after: self.retry_delay, db: self.db_safe});

2

package.json
{
"name": "cloudant-follow",
"version": "0.17.0",
"version": "0.18.0-SNAPSHOT.53",
"author": {

@@ -5,0 +5,0 @@ "name": "IBM Cloudant",

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