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.3 to 1.1.5

6

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

@@ -37,4 +37,4 @@ "author": "Mayank Patel <patelmayankce@gmail.com>",

"prop-types": "^15.5.4",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
},

@@ -41,0 +41,0 @@ "devDependencies": {

@@ -38,5 +38,5 @@ # react-apple-login

| clientId | string | REQUIRED | The developer’s client identifier, as provided by WWDR. |
| scope | string | - | The amount of user information requested from Apple. Valid values are name and email. You can request one, both, or none. |
| scope | string | - | The amount of user information requested from Apple. Valid values are name and email. You can request one, both(separated by space), or none. |
| redirectURI | string | REQUIRED | The URI to which the authorization redirects. |
| responseType | string | code | The type of response requested. Valid values are code and id_token. You can request one or both. When requesting an id_token response type, response_mode must be either fragment or form_post. |
| responseType | string | code | The type of response requested. Valid values are code and id_token. You can request one or both(separated by space). When requesting an id_token response type, response_mode must be either fragment or form_post. |
| responseMode | string | query | The type of response mode expected. Valid values are query, fragment, and form_post. If you requested any scopes, the value must be form_post. |

@@ -43,0 +43,0 @@ | state | string | - | The current state of the request. |

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