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.11.3 to 0.11.4

.travis.yml

4

package.json
{ "name": "follow"
, "version": "0.11.3"
, "version": "0.11.4"
, "author": { "name": "Jason Smith"

@@ -13,3 +13,3 @@ , "email": "jhs@iriscouch.com" }

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

@@ -16,0 +16,0 @@ , "debug": "~0.7.2"

# Follow: CouchDB changes and db updates notifier for NodeJS
[![build
status](https://secure.travis-ci.org/iriscouch/follow.png)](http://travis-ci.org/iriscouch/follow)
Follow (upper-case *F*) comes from an internal Iris Couch project used in production for over a year. It works in the browser (beta) and is available as an NPM module.

@@ -4,0 +7,0 @@

@@ -547,4 +547,4 @@ var tap = require('tap')

if(type == 'continuous') {
t.ok(events.http.length >= 7, 'Should have at least seven '+type+' HTTP events')
t.ok(events.request.length >= 7, 'Should have at least seven '+type+' request events')
t.ok(events.http.length >= 6, 'Should have at least seven '+type+' HTTP events')
t.ok(events.request.length >= 6, 'Should have at least seven '+type+' request events')

@@ -551,0 +551,0 @@ t.ok(events.http.length < 200, type+' HTTP events ('+events.http.length+') stop before 200')

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