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

react-waitables

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-waitables - npm Package Compare versions

Comparing version 1.5.4 to 1.5.5

2

lib/use-waitable-callback/use-waitable-callback.js

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

});
const isReady = (0, react_bindings_1.useDerivedBinding)(dependencyValues.value, (dependencyValues) => dependencyValues !== undefined, {
const isReady = (0, react_bindings_1.useDerivedBinding)(dependencyValues.value, (dependencyValues) => dependencies === undefined || dependencyValues !== undefined, {
id: `${id}_isReady`,

@@ -42,0 +42,0 @@ limitType: 'none'

{
"name": "react-waitables",
"version": "1.5.4",
"version": "1.5.5",
"description": "Async data bindings for React",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

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