Socket
Socket
Sign inDemoInstall

sbx-react-personal

Package Overview
Dependencies
70
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.7 to 2.4.8

14

libs/elements/KYC/KYC.jsx

@@ -75,5 +75,3 @@ import './KYC.scss';

};
if (activeLevelItem.isFile === 1) {
formatData.files = files;
}
activeLevelItem.fields.forEach((field) => {

@@ -84,6 +82,10 @@ if (field.name) {

});
// formatData.values = JSON.stringify(formatData.values);
if(!formatData.values)
delete formatData.values;
if (activeLevelItem.isFile === 1) {
formatData.files = files;
formatData.values = JSON.stringify(formatData.values);
}
//
// if(!formatData.values)
// delete formatData.values;

@@ -90,0 +92,0 @@ this.setState({ isFetching: true });

{
"name": "sbx-react-personal",
"version": "2.4.7",
"version": "2.4.8",
"description": "sbx-react-personal",

@@ -5,0 +5,0 @@ "author": "Vladislav Fisher",

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