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.1.15 to 3.1.16

5

dist/useGlobalInputApp.js

@@ -177,5 +177,7 @@ "use strict";

};
const newFields = fields.map((f, ind) => ind === index ? field : f);
return { ...state,
values: newValues,
field
field,
fields: newFields
};

@@ -491,2 +493,3 @@ };

field,
fields,
setters,

@@ -493,0 +496,0 @@ WhenWaiting,

2

package.json
{
"name": "global-input-react",
"version": "3.1.15",
"version": "3.1.16",
"description": "global input react component",

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

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