Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

follow

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

follow - npm Package Compare versions

Comparing version 0.10.4 to 0.11.0

19

lib/feed.js

@@ -593,5 +593,22 @@ // Core routines for event emitters

return self.die(new Error('Req ' + self.pending.request.id() + ' made no changes for ' + elapsed_s + 's'));
//
// Since this is actually not fatal, lets just totally reset and start a new
// request, JUST in case something was bad.
//
self.log.debug('Req ' + self.pending.request.id() + ' made no changes for ' + elapsed_s + 's');
return self.restart();
}
Feed.prototype.restart = function restart() {
var self = this
self.emit('restart')
// Kill ourselves and then start up once again
self.stop()
self.dead = false
self.start()
}
module.exports = { "Feed" : Feed

@@ -598,0 +615,0 @@ };

5

package.json
{ "name": "follow"
, "version": "0.10.4"
, "version": "0.11.0"
, "author": { "name": "Jason Smith"
, "email": "jhs@iriscouch.com" }
, "description": "Extremely robust, fault-tolerant CouchDB changes follower"
, "license": "Apache 2.0"
, "keywords": ["couchdb", "changes", "sleep", "sleepy"]

@@ -11,3 +12,3 @@ , "homepage": "http://github.com/iriscouch/follow"

, "engines": { "node": "0.10.x || 0.8.x" }
, "dependencies" : { "request" : "~2.30.0"
, "dependencies" : { "request" : "~2.34.0"
, "browser-request" : "~0.3.0"

@@ -14,0 +15,0 @@ , "debug": "~0.7.2"

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