fetch-plus
Advanced tools
Comparing version 3.9.6 to 3.10.0
@@ -243,4 +243,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
try { | ||
errorMiddleware(error); | ||
return true; | ||
return errorMiddleware(error); | ||
} catch (e) { | ||
@@ -251,5 +250,7 @@ error = e; | ||
if (!caught) { | ||
throw error; | ||
if (caught) { | ||
return caught; | ||
} | ||
throw error; | ||
}); | ||
@@ -256,0 +257,0 @@ }; |
{ | ||
"name": "fetch-plus", | ||
"description": "A convenient Fetch API library with first-class middleware support", | ||
"version": "3.9.6", | ||
"version": "3.10.0", | ||
"license": "BSD-3-Clause", | ||
@@ -6,0 +6,0 @@ "repository": { |
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
17759