Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "fetchmap", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Non-throwing fetch wrapper", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
@@ -24,3 +24,3 @@ # fetchmap | ||
This is a simple wrapper for a`fetch`-like function that catches all possible exceptions and returns a 'success or failure' wrapped value. It takes an object to map `response.status` to `<T>(response: Response) => T` transform and standard `fetch` arguments. The last argument can be curried. | ||
This is a simple wrapper for a `fetch`-like function that catches all possible exceptions and returns a 'success or failure' wrapped value. It takes an object to map `response.status` to `<T>(response: Response) => T` transform and standard `fetch` arguments. The last argument can be curried. | ||
@@ -27,0 +27,0 @@ ## Example |
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
46101