Comparing version 2.1.1 to 2.1.2
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.2 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var getOpts; |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.2 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var customRequest, parseArgs, request, |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.2 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var signature; |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.2 | ||
(function() { | ||
@@ -25,2 +25,3 @@ var Promise, errorAttributes, pick, request; | ||
data = pick(res, errorAttributes); | ||
data.url = res.request.uri.href; | ||
Object.assign(err, data); | ||
@@ -27,0 +28,0 @@ return reject(err); |
@@ -1,2 +0,2 @@ | ||
// Generated by CoffeeScript 1.10.0 | ||
// Generated by CoffeeScript 1.12.2 | ||
(function() { | ||
@@ -3,0 +3,0 @@ var slice = [].slice; |
{ | ||
"name": "bluereq", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "A bluebird promise wrapper for HTTP requests", | ||
@@ -12,4 +12,4 @@ "main": "build/bluereq.js", | ||
"bluebird": "^3.4.0", | ||
"lodash.pick": "^4.1.0", | ||
"request": "^2.67.0" | ||
"lodash.pick": "^4.2.1", | ||
"request": "^2.72.0" | ||
}, | ||
@@ -20,3 +20,5 @@ "devDependencies": { | ||
"coffee-script": "^1.10.0", | ||
"http-status": "^0.1.7" | ||
"express": "^4.14.0", | ||
"http-status": "^0.1.7", | ||
"mocha": "^3.2.0" | ||
}, | ||
@@ -23,0 +25,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
64918
130
6
Updatedlodash.pick@^4.2.1
Updatedrequest@^2.72.0