+1
-1
| // set of status codes where we don't attempt reconnecting to Twitter | ||
| exports.STATUS_CODES_TO_ABORT_ON = [ 400, 401, 403, 404, 406, 410, 422 ]; | ||
| exports.STATUS_CODES_TO_ABORT_ON = [ 400, 401, 403, 404, 406, 410, 413, 422 ]; |
+1
-1
| { | ||
| "name": "twit", | ||
| "description": "Twitter API client for node (REST & Streaming)", | ||
| "version": "2.2.6", | ||
| "version": "2.2.7", | ||
| "author": "Tolga Tezel", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
+3
-0
@@ -579,2 +579,5 @@ # twit | ||
| ### 2.2.7 | ||
| * Don't attempt to reconnect to Twitter API when receiving HTTP status code 413 - request entity too large. | ||
| ### 2.2.6 | ||
@@ -581,0 +584,0 @@ * Fix zlib error when streaming |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
637464
0.02%2779
0.04%660
0.46%