react-fetch-hook
Advanced tools
Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "react-fetch-hook", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "React fetch hook", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -16,6 +16,6 @@ // @flow | ||
preventCallFetch?: boolean, | ||
depends?: Array<boolean> | ||
depends?: Array<mixed> | ||
}, | ||
specialOptions?: { | ||
depends?: Array<boolean> | ||
depends?: Array<mixed> | ||
} | ||
@@ -22,0 +22,0 @@ ): TUseFetchResult<T> { |
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
27792