react-oauth2-code-pkce
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-oauth2-code-pkce", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Plug-and-play react package for OAuth2 Authorization Code flow with PKCE", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@types/react": "^17.0.11", | ||
"typescript": "^4.3.4" | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@types/react": "^17.0.21", | ||
"typescript": "^4.4.3" | ||
}, | ||
@@ -34,3 +35,6 @@ "peerDependencies": { | ||
}, | ||
"homepage": "https://github.com/soofstad/react-oauth2-pkce#readme" | ||
"homepage": "https://github.com/soofstad/react-oauth2-pkce#readme", | ||
"files": [ | ||
"dist/" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
22326
2
16
402
- Removed@types/react@^17.0.11
- Removedtypescript@^4.3.4
- Removed@types/prop-types@15.7.14(transitive)
- Removed@types/react@17.0.83(transitive)
- Removed@types/scheduler@0.16.8(transitive)
- Removedcsstype@3.1.3(transitive)
- Removedtypescript@4.9.5(transitive)