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

react-diode

Package Overview
Dependencies
Maintainers
4
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-diode - npm Package Compare versions

Comparing version 0.5.23 to 0.5.24

8

lib/DiodePublic.js

@@ -1166,7 +1166,9 @@ 'use strict';

return new Promise(function (resolve) {
return _this2.props.afterFetchCallback(resolve, cache.getContents());
if (typeof _this2.props.afterFetchCallback === "function") {
_this2.props.afterFetchCallback(resolve, cache.getContents());
} else {
resolve();
}
});
}).then(function () {
if (typeof _this5.props.afterFetchCallback === "function") ;
_this5.setState({

@@ -1173,0 +1175,0 @@ isLoading: false

{
"name": "react-diode",
"version": "0.5.23",
"version": "0.5.24",
"description": "Endpoint agnostic, unidirectional data fetching for React applications",

@@ -5,0 +5,0 @@ "source": "src/DiodePublic.js",

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