New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

use-http

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-http - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

2

dist/useFetch.js

@@ -248,3 +248,3 @@ "use strict";

// This can happen if a request's promise resolves after component unmounts
react_1.useEffect(request.abort, []);
react_1.useEffect(function () { return request.abort; }, []);
if (suspense && suspender.current) {

@@ -251,0 +251,0 @@ if (isServer)

{
"name": "use-http",
"version": "0.4.2",
"version": "0.4.3",
"homepage": "http://use-http.com",

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

Sorry, the diff of this file is not supported yet

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