Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-fetch-hook

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-fetch-hook - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

2

package.json
{
"name": "react-fetch-hook",
"version": "1.8.0",
"version": "1.8.1",
"description": "React fetch hook",

@@ -5,0 +5,0 @@ "scripts": {

@@ -105,3 +105,3 @@ # react-fetch-hook

const { isLoading, data } = useFetch("https://swapi.co/api/people/1", {
depends: [!!authToken, someState] //don't call request, if haven't authToken and someState: false
depends: [!!authToken, someState] // don't call request, if haven't authToken OR someState: false
});

@@ -224,2 +224,19 @@

## Who Uses react-fetch-hook
### Open Source projects
* [react-figma](https://github.com/react-figma/react-figma)
* [awesome-web-animation](https://github.com/sergey-pimenov/awesome-web-animation)
* [redux-helpers](https://github.com/lecstor/redux-helpers)
### Companies
* [Redis Agency](https://redis.agency/)
* [Lessmess Agency](https://lessmess.agency)
* [BigDatr](https://bigdatr.com/)
* [Fabrique numérique des Ministères Sociaux](https://incubateur.social.gouv.fr/)
[See more](https://github.com/ilyalesik/react-fetch-hook/network/dependents)
## Sponsored

@@ -226,0 +243,0 @@ <a href="https://lessmess.agency/?utm_source=react-fetch-hook">

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc