parrot-fetch
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -95,6 +95,4 @@ 'use strict'; | ||
_this.resolver = function (input, init) { | ||
return function () { | ||
var response = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; | ||
if (!response.body) { | ||
return function (response) { | ||
if (!response) { | ||
return _this.contextFetch(input, init); | ||
@@ -101,0 +99,0 @@ } |
{ | ||
"name": "parrot-fetch", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"contributors": [ | ||
@@ -24,3 +24,3 @@ "Jack Cross <jack.cross1@aexp.com>", | ||
"babel-runtime": "^6.0.0", | ||
"parrot-core": "^3.0.0", | ||
"parrot-core": "^3.1.0", | ||
"url-parse": "^1.2.0" | ||
@@ -27,0 +27,0 @@ }, |
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
17353
105
Updatedparrot-core@^3.1.0