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
51
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.2 to 1.5.3

3

lib/internal-utils/extract-waitable-dependency-values.js

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

const utils_1 = require("../waitable/utils");
const emptyValues = Object.freeze({});
const extractOptionalWaitableDependencyValues = ({ dependencies, namedDependencyKeys }) => {

@@ -39,3 +38,3 @@ const isArray = Array.isArray(dependencies);

// eslint-disable-next-line @typescript-eslint/no-unsafe-return
return makeOutput(emptyValues);
return makeOutput(undefined);
}

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

{
"name": "react-waitables",
"version": "1.5.2",
"version": "1.5.3",
"description": "Async data bindings for React",

@@ -40,3 +40,3 @@ "keywords": [

"is-promise": "^4.0.0",
"react-bindings": "^1.6.0"
"react-bindings": "^1.6.1"
},

@@ -43,0 +43,0 @@ "devDependencies": {

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