Socket
Socket
Sign inDemoInstall

react-apple-login

Package Overview
Dependencies
8
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "react-apple-login",
"version": "1.1.0",
"version": "1.1.1",
"description": "A Apple Log-in Component for React",

@@ -5,0 +5,0 @@ "author": "Mayank Patel <patelmayankce@gmail.com>",

@@ -45,2 +45,3 @@ # react-apple-login

| nonce | string | - | A String value used to associate a client session with an ID token. This value is also used to mitigate replay attacks. |
| usePopup | boolean | false | A Boolean that enables showing the flow in a popup. |
| designProp.height | number | 30 | The height of the button image. The minimum and maximum values are 30 and 64, respectively |

@@ -79,7 +80,6 @@ | designProp.width | number | 140 | The width of the button image. The minimum and maximum values are 130 and 375, respectively. |

```
Note
The user object will only be presented the first time the user authorizes the application.
```
### Note
- The user object will only be presented the first time the user authorizes the application.
- With usePopup: true, `designProp` won't work except `designProp.locale`.

@@ -86,0 +86,0 @@ ### Upon failure, the server returns the following data object:

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