Socket
Socket
Sign inDemoInstall

sbx-react-personal

Package Overview
Dependencies
72
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0 to 2.4.1

9

libs/elements/KYC/KYC.jsx

@@ -213,7 +213,10 @@ import './KYC.scss';

return <tr
className={'level__'+level.status}
key={level.id + '_level'}
onClick={e => {
this.setState({activeLevel: level.id}, () => {
this.dialog.show();
})
if(level.status !== 'PENDING'){
this.setState({activeLevel: level.id}, () => {
this.dialog.show();
})
}
}}

@@ -220,0 +223,0 @@ >

{
"name": "sbx-react-personal",
"version": "2.4.0",
"version": "2.4.1",
"description": "sbx-react-personal",

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

@@ -6,3 +6,3 @@ import './index.scss'

localStorage.setItem('authorization', 'eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJwcm9qZWN0SWQiOjQ1LCJyb2xlcyI6WyJjbGllbnQiLCJ1c2VyIl0sImlkIjoyODksImV4cCI6MTYxNzg5MTI0MSwiaWF0IjoxNjE3NzE4NDQxfQ.Irz_PeazkpN7CA_6NTUppwWQ-IqXkTolHwqDk91CDXdKYs7sk2bD2S2tjNrQk9zHLUl4mApzv3LwexgapUZIaQ')
localStorage.setItem('authorization', 'eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJwcm9qZWN0SWQiOjQ3LCJyb2xlcyI6WyJjbGllbnQiLCJ1c2VyIl0sImlkIjoxMjM0MywiZXhwIjoxNjI4NDI3NDA0LCJpYXQiOjE2MjgyNTQ2MDR9.NEKn0PN1p1cZ6NGQgWeJ8OeOjnEO0O4aaZf-h1H3G9iKiYpFa4uwyjo59yE9rsRdVyFy9rhfWLB9b-0WhvIPLA')

@@ -30,12 +30,12 @@ import SBXRequest from "sbx-client-request";

<Personal
structure={{
personal: {
country: {
hide: true
},
phone: {
hide: true
},
}
}}
// structure={{
// personal: {
// country: {
// hide: true
// },
// phone: {
// hide: true
// },
// }
// }}
/>

@@ -42,0 +42,0 @@ </div>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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