request-micro
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -73,2 +73,3 @@ module.exports = request | ||
if (opts.json) { | ||
if (data.length === 0) return cb(err, res, null) | ||
try { | ||
@@ -75,0 +76,0 @@ data = JSON.parse(data.toString()) |
{ | ||
"name": "request-micro", | ||
"description": "A tiny request library with no dependencies. Supports Http(s) and follows redirects", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Timothy Kye", |
4840
90