Socket
Socket
Sign inDemoInstall

global-input-react

Package Overview
Dependencies
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

global-input-react - npm Package Compare versions

Comparing version 3.1.12 to 3.1.13

6

dist/useGlobalInputApp.js

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

}) => {
if (mobileState !== MobileState.WAITING_FOR_MOBILE) {
if (mobileState !== MobileState.WAITING_FOR_MOBILE && mobileState !== MobileState.INITIALIZING) {
return null;

@@ -438,3 +438,3 @@ }

return _react.default.createElement(_react.default.Fragment, null, children);
}, [mobileState === MobileState.WAITING_FOR_MOBILE]);
}, [mobileState === MobileState.WAITING_FOR_MOBILE || mobileState === MobileState.INITIALIZING]);
const WhenConnected = (0, _react.useCallback)(({

@@ -516,3 +516,3 @@ children

if (!frames.operations) {
if (!f.operations) {
f.operations = {};

@@ -519,0 +519,0 @@ }

{
"name": "global-input-react",
"version": "3.1.12",
"version": "3.1.13",
"description": "global input react component",

@@ -5,0 +5,0 @@ "repository": {

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