@authgear/web
Advanced tools
Comparing version 2.10.0 to 2.11.0-rc.0
@@ -92,2 +92,34 @@ /** | ||
/** | ||
* PreAuthenticatedURLDeviceSecretNotFoundError | ||
* | ||
* @public | ||
*/ | ||
export declare class PreAuthenticatedURLDeviceSecretNotFoundError extends PreAuthenticatedURLNotAllowedError { | ||
} | ||
/** | ||
* PreAuthenticatedURLIDTokenNotFoundError | ||
* | ||
* @public | ||
*/ | ||
export declare class PreAuthenticatedURLIDTokenNotFoundError extends PreAuthenticatedURLNotAllowedError { | ||
} | ||
/** | ||
* PreAuthenticatedURLInsufficientScopeError | ||
* | ||
* @public | ||
*/ | ||
export declare class PreAuthenticatedURLInsufficientScopeError extends PreAuthenticatedURLNotAllowedError { | ||
} | ||
/** | ||
* PreAuthenticatedURLNotAllowedError | ||
* | ||
* @public | ||
*/ | ||
export declare class PreAuthenticatedURLNotAllowedError extends AuthgearError { | ||
} | ||
/** | ||
* Prompt parameter options. | ||
@@ -94,0 +126,0 @@ * |
{ | ||
"name": "@authgear/web", | ||
"version": "2.10.0", | ||
"version": "2.11.0-rc.0", | ||
"license": "Apache-2.0", | ||
@@ -14,5 +14,16 @@ "main": "dist/authgear-web.cjs.js", | ||
"devDependencies": { | ||
"@authgear/core": "2.10.0", | ||
"@authgear/core": "2.11.0-rc.0", | ||
"core-js-pure": "^3.37.0" | ||
} | ||
}, | ||
"keywords": [ | ||
"Authgear", | ||
"user authentication", | ||
"login", | ||
"PKCE", | ||
"Authorization Code Grant Flow", | ||
"Single Page Application authentication", | ||
"SPA authentication", | ||
"React", | ||
"React authentication" | ||
] | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
916151
24377
2