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.3 to 0.10.4

2

lib/feed.js

@@ -218,2 +218,4 @@ // Core routines for event emitters

feed_request.on('error', on_feed_response)
// The response headers must arrive within one heartbeat.

@@ -220,0 +222,0 @@ var response_timer = setTimeout(response_timed_out, self.heartbeat + RESPONSE_GRACE_TIME)

7

package.json
{ "name": "follow"
, "version": "0.10.3"
, "version": "0.10.4"
, "author": { "name": "Jason Smith"

@@ -10,4 +10,4 @@ , "email": "jhs@iriscouch.com" }

, "url": "git://github.com/iriscouch/follow" }
, "engines": [ "node" ]
, "dependencies" : { "request" : "~2.16.2"
, "engines": { "node": "0.10.x || 0.8.x" }
, "dependencies" : { "request" : "~2.30.0"
, "browser-request" : "~0.3.0"

@@ -22,3 +22,4 @@ , "debug": "~0.7.2"

, "main": "./api.js"
, "scripts": { "test": "tap test/*.js" }
, "bin": {"follow": "./cli.js"}
}
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