Comparing version 0.10.3 to 0.10.4
@@ -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) |
{ "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"} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
222816
2871
1
+ Addedasn1@0.1.11(transitive)
+ Addedassert-plus@0.1.5(transitive)
+ Addedasync@0.9.2(transitive)
+ Addedaws-sign2@0.5.0(transitive)
+ Addedboom@0.4.2(transitive)
+ Addedcryptiles@0.2.2(transitive)
+ Addedctype@0.5.3(transitive)
+ Addedforever-agent@0.5.2(transitive)
+ Addedform-data@0.1.4(transitive)
+ Addedhawk@1.0.0(transitive)
+ Addedhoek@0.9.1(transitive)
+ Addedhttp-signature@0.10.1(transitive)
+ Addedjson-stringify-safe@5.0.1(transitive)
+ Addedoauth-sign@0.3.0(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addedqs@0.6.6(transitive)
+ Addedrequest@2.30.0(transitive)
+ Addedsntp@0.2.4(transitive)
+ Addedtough-cookie@0.9.15(transitive)
+ Addedtunnel-agent@0.3.0(transitive)
- Removedasync@0.2.10(transitive)
- Removedaws-sign@0.2.1(transitive)
- Removedboom@0.3.8(transitive)
- Removedcookie-jar@0.2.0(transitive)
- Removedcryptiles@0.1.3(transitive)
- Removedforever-agent@0.2.0(transitive)
- Removedform-data@0.0.10(transitive)
- Removedhawk@0.10.2(transitive)
- Removedhoek@0.7.6(transitive)
- Removedjson-stringify-safe@3.0.0(transitive)
- Removedoauth-sign@0.2.0(transitive)
- Removedqs@0.5.6(transitive)
- Removedrequest@2.16.6(transitive)
- Removedsntp@0.1.4(transitive)
- Removedtunnel-agent@0.2.0(transitive)
Updatedrequest@~2.30.0