Socket
Socket
Sign inDemoInstall

cloudant-follow

Package Overview
Dependencies
Maintainers
4
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.18.0 to 0.18.1

3

CHANGES.md

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

# 0.18.1 (2019-01-22)
- [FIXED] Multiple issues with `stop()` not actually stopping the feed.
# 0.18.0 (2018-10-30)

@@ -2,0 +5,0 @@ - [NEW] Support use of changes selector filter.

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

if (self.dead) {
return;
}
var args;

@@ -400,2 +404,7 @@ if (self.is_db_updates) {

function handle_confirmed_req_event() {
if (self.dead) {
self.log.debug('Event recevied on dead stream, destroy active request');
return destroy_req(self.pending.request);
}
if (self.pending.request === changes_stream) {

@@ -402,0 +411,0 @@ return inner_handler.apply(self, arguments);

4

package.json
{
"name": "cloudant-follow",
"version": "0.18.0",
"version": "0.18.1",
"author": {

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

"eslint-plugin-header": "^2.0.0",
"tap": "~12.0.0",
"tap": "~12.1.0",
"commander": "^2.11.0"

@@ -43,0 +43,0 @@ },

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