New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-oauth2-pkce

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-oauth2-pkce - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

3

package.json
{
"name": "react-oauth2-pkce",
"version": "1.0.0",
"version": "1.0.1",
"description": "Authenticate against generic OAuth2 using PKCE",

@@ -25,2 +25,3 @@ "author": "Gardner Bickford <gardner@bickford.nz>",

"prepublish": "run-s build",
"postversion": "git push && git push --tags",
"test": "run-s test:unit test:lint test:build",

@@ -27,0 +28,0 @@ "test:build": "run-s build",

@@ -24,3 +24,3 @@ # react-oauth2-pkce

location: window.location,
provider: process.env.REACT_APP_PROVIDER || 'https://uoapool-sandbox.auth.ap-southeast-2.amazoncognito.com/oauth2',
provider: process.env.REACT_APP_PROVIDER || 'https://sandbox.auth.ap-southeast-2.amazoncognito.com/oauth2',
redirectUri: process.env.REACT_APP_REDIRECT_URI || window.location.origin,

@@ -27,0 +27,0 @@ scopes: ['openid', 'profile']

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc