@clerk/backend
Advanced tools
Comparing version 1.9.2 to 1.10.0-canary.v1351f2d
@@ -24,2 +24,9 @@ import type { ActClaim, CheckAuthorizationWithCustomPermissions, JwtPayload, OrganizationCustomPermissionKey, OrganizationCustomRoleKey, ServerGetToken } from '@clerk/types'; | ||
orgPermissions: OrganizationCustomPermissionKey[] | undefined; | ||
/** | ||
* Factor Verification Age | ||
* Each item represents the minutes that have passed since the last time a first or second factor were verified. | ||
* [fistFactorAge, secondFactorAge] | ||
* @experimental This API is experimental and may change at any moment. | ||
*/ | ||
__experimental_factorVerificationAge: [number | null, number | null]; | ||
getToken: ServerGetToken; | ||
@@ -41,2 +48,9 @@ has: CheckAuthorizationWithCustomPermissions; | ||
orgPermissions: null; | ||
/** | ||
* Factor Verification Age | ||
* Each item represents the minutes that have passed since the last time a first or second factor were verified. | ||
* [fistFactorAge, secondFactorAge] | ||
* @experimental This API is experimental and may change at any moment. | ||
*/ | ||
__experimental_factorVerificationAge: [null, null]; | ||
getToken: ServerGetToken; | ||
@@ -43,0 +57,0 @@ has: CheckAuthorizationWithCustomPermissions; |
{ | ||
"name": "@clerk/backend", | ||
"version": "1.9.2", | ||
"version": "1.10.0-canary.v1351f2d", | ||
"description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities", | ||
@@ -98,4 +98,4 @@ "homepage": "https://clerk.com/", | ||
"dependencies": { | ||
"@clerk/shared": "2.6.2", | ||
"@clerk/types": "4.19.0", | ||
"@clerk/shared": "2.7.0-canary.v1351f2d", | ||
"@clerk/types": "4.20.0-canary.v1351f2d", | ||
"cookie": "0.5.0", | ||
@@ -102,0 +102,0 @@ "snakecase-keys": "5.4.4", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1200328
11417
1
+ Added@clerk/shared@2.7.0-canary.v1351f2d(transitive)
+ Added@clerk/types@4.20.0-canary.v1351f2d(transitive)
- Removed@clerk/shared@2.6.2(transitive)
- Removed@clerk/types@4.19.0(transitive)