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.23 to 3.1.24

5

dist/useGlobalInputApp.js

@@ -522,2 +522,7 @@ "use strict";

initData.form.fields.forEach((f, index) => {
if (!f) {
console.error("The form contains a null field:" + index + " in " + form.title);
return;
}
const field = {

@@ -524,0 +529,0 @@ id: f.id,

10

package.json
{
"name": "global-input-react",
"version": "3.1.23",
"version": "3.1.24",
"description": "global input react component",

@@ -49,6 +49,6 @@ "repository": {

"@babel/register": "^7.5.5",
"@storybook/addon-actions": "^5.1.11",
"@storybook/addon-links": "^5.1.11",
"@storybook/addons": "^5.1.11",
"@storybook/react": "^5.1.11",
"@storybook/addon-actions": "^5.3.14",
"@storybook/addon-links": "^5.3.14",
"@storybook/addons": "^5.3.14",
"@storybook/react": "^5.3.14",
"@testing-library/jest-dom": "^4.1.2",

@@ -55,0 +55,0 @@ "@testing-library/react": "^9.3.0",

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