follow-redirects
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -109,3 +109,3 @@ var url = require("url"); | ||
Object.defineProperty(RedirectableRequest.prototype, property, { | ||
get() { return this._currentRequest[property]; }, | ||
get: function () { return this._currentRequest[property]; }, | ||
}); | ||
@@ -112,0 +112,0 @@ }); |
{ | ||
"name": "follow-redirects", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "HTTP and HTTPS modules that follow redirects.", | ||
@@ -50,9 +50,9 @@ "main": "index.js", | ||
"devDependencies": { | ||
"bluebird": "^3.4.0", | ||
"concat-stream": "^1.5.2", | ||
"bluebird": "^3.5.1", | ||
"concat-stream": "^1.6.0", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^4.14.0", | ||
"express": "^4.13.0", | ||
"mocha": "^4.0.1", | ||
"nyc": "^11.3.0" | ||
"eslint": "^4.16.0", | ||
"express": "^4.16.2", | ||
"mocha": "^5.0.0", | ||
"nyc": "^11.4.1" | ||
}, | ||
@@ -59,0 +59,0 @@ "license": "MIT", |
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
18145