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 1.0.0 to 1.1.0

68

package.json

@@ -1,24 +0,46 @@

{ "name": "follow"
, "version": "1.0.0"
, "author": { "name": "Jason Smith", "email": "jason.h.smith@gmail.com" }
, "contributors": [ "Jarrett Cruger <jcrugzz@gmail.com>" ]
, "description": "Extremely robust, fault-tolerant CouchDB changes follower"
, "license": "Apache-2.0"
, "keywords": ["couchdb", "changes", "sleep", "sleepy"]
, "homepage": "http://github.com/jhs/follow"
, "repository": { "type": "git"
, "url": "git://github.com/jhs/follow" }
, "engines": { "node": ">=0.8.0" }
, "dependencies" : { "request" : "~2.55.0"
, "browser-request" : "~0.3.0"
, "debug": "^2.1.0"
}
, "devDependencies": { "tap": "~0.4.0"
, "traceback": "~0.3.0"
}
, "browser": { "request" : "browser-request"
}
, "main": "./api.js"
, "scripts": { "test": "tap test/*.js" }
, "bin": {"follow": "./cli.js"}
{
"name": "follow",
"version": "1.1.0",
"author": {
"name": "Jason Smith",
"email": "jason.h.smith@gmail.com"
},
"contributors": [
"Jarrett Cruger <jcrugzz@gmail.com>"
],
"description": "Extremely robust, fault-tolerant CouchDB changes follower",
"license": "Apache-2.0",
"keywords": [
"couchdb",
"changes",
"sleep",
"sleepy"
],
"homepage": "http://github.com/jhs/follow",
"repository": {
"type": "git",
"url": "git://github.com/jhs/follow"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"browser-request": "~0.3.0",
"debug": "^2.1.0",
"request": "^2.83.0"
},
"devDependencies": {
"tap": "~0.4.0",
"traceback": "~0.3.0"
},
"browser": {
"request": "browser-request"
},
"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