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.20 to 0.17.0-SNAPSHOT.21

2

CHANGES.md
# UNRELEASED
- [FIXED] Retry `/_db_updates` request using the last recorded sequence value as
the `since` query parameter.

@@ -3,0 +5,0 @@ # 0.16.1 (2017-11-02)

2

lib/feed.js

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

if (!self.is_db_updates) {
if (change && change.seq) {
self.since = change.seq;

@@ -716,0 +716,0 @@ }

{
"name": "cloudant-follow",
"version": "0.17.0-SNAPSHOT.20",
"version": "0.17.0-SNAPSHOT.21",
"author": {

@@ -40,3 +40,4 @@ "name": "IBM Cloudant",

"eslint-plugin-header": "^1.0.0",
"tap": "~10.7.2"
"tap": "~10.7.2",
"commander": "^2.11.0"
},

@@ -48,3 +49,4 @@ "browser": {

"scripts": {
"test": "eslint --ignore-path .eslintignore . && tap test/*.js"
"test": "eslint --ignore-path .eslintignore . && tap test/*.js",
"unreliable-feed-test": "tap --no-timeout test/unreliable_feed_test/unreliable_feed.js"
},

@@ -51,0 +53,0 @@ "bin": {

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