Socket
Socket
Sign inDemoInstall

cloudant-follow

Package Overview
Dependencies
50
Maintainers
3
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.0-SNAPSHOT.28 to 0.17.0-SNAPSHOT.29

1

CHANGES.md
# UNRELEASED
- [NEW] Allow a custom HTTP agent to be specified.
- [NEW] Trim the database URL if it includes the `/_changes` endpoint.
- [FIXED] Retry `/_db_updates` request using the last recorded sequence value as

@@ -4,0 +5,0 @@ the `since` query parameter.

@@ -126,3 +126,7 @@ // Copyright © 2017 IBM Corp. All rights reserved.

if (self.db.match(/\/_db_updates$/)) {
// using `/_db_updates`
self.is_db_updates = true;
} else if (self.db.match(/\/_changes$/)) {
// using `/<db>/_changes`
self.db = self.db.replace(/\/_changes$/, ''); // remove unnecessary endpoint
}

@@ -129,0 +133,0 @@

2

package.json
{
"name": "cloudant-follow",
"version": "0.17.0-SNAPSHOT.28",
"version": "0.17.0-SNAPSHOT.29",
"author": {

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc