New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.2 to 1.2.3

1

dist/usePromise.js

@@ -78,2 +78,3 @@ "use strict";

setData(data);
setError(undefined);
setLoading(false);

@@ -80,0 +81,0 @@ }).catch(function (error) {

2

package.json
{
"name": "react-fetch-hook",
"version": "1.2.2",
"version": "1.2.3",
"description": "React fetch hook",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -39,2 +39,3 @@ // @flow

setData(data);
setError(undefined);
setLoading(false);

@@ -41,0 +42,0 @@ })

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