Socket
Socket
Sign inDemoInstall

global-input-react

Package Overview
Dependencies
37
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.1 to 3.2.2

4

dist/useGlobalInputApp.js

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

if (!values || values.length <= index || index < 0) {
console.log("index out of range, ignored for sending inputstream:" + index);
console.log("index out of range, ignored for sending input stream:" + index);
return state;

@@ -224,3 +224,3 @@ }

if (!fields || fields.length <= index) {
console.log("index out of range, ignored for sending inputstream:" + index);
console.log("index out of range, ignored for sending input stream:" + index);
return state;

@@ -227,0 +227,0 @@ }

{
"name": "global-input-react",
"version": "3.2.1",
"version": "3.2.2",
"description": "global input react component",

@@ -55,3 +55,3 @@ "repository": {

"@testing-library/react": "^9.3.0",
"babel-jest": "^24.9.0",
"babel-jest": "^25.2.6",
"babel-loader": "^8.0.6",

@@ -73,5 +73,5 @@ "eslint": "^6.5.1",

"dependencies": {
"global-input-message": "^1.7.8",
"global-input-message": "^1.7.9",
"qrcode.react": "^0.9.3"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc