hyper-fetch icon indicating copy to clipboard operation
hyper-fetch copied to clipboard

⚡ Fetching and realtime data exchange framework.

Results 16 hyper-fetch issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...

size/XS

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project. #### Snyk changed the following file(s): - `package.json` #### Note for [zero-installs](https://yarnpkg.com/features/zero-installs)...

size/XS

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 12 vulnerabilities in the yarn dependencies of this project. #### Snyk changed the following file(s): - `package.json` #### Note for [zero-installs](https://yarnpkg.com/features/zero-installs)...

size/XS

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project. #### Snyk changed the following file(s): - `package.json` #### Note for [zero-installs](https://yarnpkg.com/features/zero-installs)...

size/XS

**Describe the bug** `useFetch` with `refetchOnFocus` is ignoring `disable` prop. **To Reproduce** Steps to reproduce the behavior: 1. make a `useFetch` with `disabled: true` and `refetchOnFocus: true` 2. refocus tab...

**Describe the bug** getWebsocketAdapter and getSSEAdapter throws ReferenceError: window is not defined inside vitest env without jsdom. **To Reproduce** 1. Create new Socket() 2. Try to run a random test...

![snyk-top-banner](https://redirect.github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this project. #### Snyk changed the following file(s): - `package.json` #### Note for [zero-installs](https://yarnpkg.com/features/zero-installs)...

size/XS

**Describe the bug** In my nextjs application, I am using useFetch to fetch data from some APIs by requesting parameters from useParams on the client side, but after I tried...

Hi, I’m using HyperFetch (6.0.1) with React and useFetch for a paginated list. I noticed that when I change the query parameters of a request (for example, switching pages), the...