fetch-plus-csrf
Advanced tools
Comparing version 3.10.3 to 3.10.4
@@ -114,3 +114,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
mapped[key] = value; | ||
} else if (typeof FormData === "function" && value instanceof FormData) { | ||
} else if (((typeof FormData === "undefined" ? "undefined" : _typeof(FormData)) === "object" || typeof FormData === "function") && value instanceof FormData) { | ||
mapped[key] = value; | ||
@@ -117,0 +117,0 @@ } else if ((typeof value === "undefined" ? "undefined" : _typeof(value)) === "object") { |
{ | ||
"name": "fetch-plus-csrf", | ||
"description": "A convenient Fetch API library with first-class middleware support", | ||
"version": "3.10.3", | ||
"version": "3.10.4", | ||
"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
4786