@firebase/app-check
Advanced tools
Comparing version 0.8.7-canary.2ee2a90ae to 0.8.7-canary.3670ab83c
@@ -128,5 +128,7 @@ /** | ||
/** | ||
* Get the current App Check token. Attaches to the most recent | ||
* in-flight request if one is present. Returns null if no token | ||
* is present and no token requests are in-flight. | ||
* Get the current App Check token. If `forceRefresh` is false, this function first | ||
* checks for a valid token in memory, then local persistence (IndexedDB). | ||
* If not found, or if `forceRefresh` is true, it makes a request to the | ||
* App Check endpoint for a fresh token. That request attaches | ||
* to the most recent in-flight request if one is present. | ||
* | ||
@@ -133,0 +135,0 @@ * @param appCheckInstance - The App Check service instance. |
@@ -150,5 +150,7 @@ /** | ||
/** | ||
* Get the current App Check token. Attaches to the most recent | ||
* in-flight request if one is present. Returns null if no token | ||
* is present and no token requests are in-flight. | ||
* Get the current App Check token. If `forceRefresh` is false, this function first | ||
* checks for a valid token in memory, then local persistence (IndexedDB). | ||
* If not found, or if `forceRefresh` is true, it makes a request to the | ||
* App Check endpoint for a fresh token. That request attaches | ||
* to the most recent in-flight request if one is present. | ||
* | ||
@@ -155,0 +157,0 @@ * @param appCheckInstance - The App Check service instance. |
@@ -44,5 +44,7 @@ /** | ||
/** | ||
* Get the current App Check token. Attaches to the most recent | ||
* in-flight request if one is present. Returns null if no token | ||
* is present and no token requests are in-flight. | ||
* Get the current App Check token. If `forceRefresh` is false, this function first | ||
* checks for a valid token in memory, then local persistence (IndexedDB). | ||
* If not found, or if `forceRefresh` is true, it makes a request to the | ||
* App Check endpoint for a fresh token. That request attaches | ||
* to the most recent in-flight request if one is present. | ||
* | ||
@@ -49,0 +51,0 @@ * @param appCheckInstance - The App Check service instance. |
@@ -44,5 +44,7 @@ /** | ||
/** | ||
* Get the current App Check token. Attaches to the most recent | ||
* in-flight request if one is present. Returns null if no token | ||
* is present and no token requests are in-flight. | ||
* Get the current App Check token. If `forceRefresh` is false, this function first | ||
* checks for a valid token in memory, then local persistence (IndexedDB). | ||
* If not found, or if `forceRefresh` is true, it makes a request to the | ||
* App Check endpoint for a fresh token. That request attaches | ||
* to the most recent in-flight request if one is present. | ||
* | ||
@@ -49,0 +51,0 @@ * @param appCheckInstance - The App Check service instance. |
{ | ||
"name": "@firebase/app-check", | ||
"version": "0.8.7-canary.2ee2a90ae", | ||
"version": "0.8.7-canary.3670ab83c", | ||
"description": "The App Check component of the Firebase JS SDK", | ||
@@ -39,8 +39,8 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"peerDependencies": { | ||
"@firebase/app": "0.10.9-canary.2ee2a90ae" | ||
"@firebase/app": "0.10.10-canary.3670ab83c" | ||
}, | ||
"dependencies": { | ||
"@firebase/util": "1.9.7-canary.2ee2a90ae", | ||
"@firebase/component": "0.6.8-canary.2ee2a90ae", | ||
"@firebase/logger": "0.4.2-canary.2ee2a90ae", | ||
"@firebase/util": "1.9.7-canary.3670ab83c", | ||
"@firebase/component": "0.6.8-canary.3670ab83c", | ||
"@firebase/logger": "0.4.2-canary.3670ab83c", | ||
"tslib": "^2.1.0" | ||
@@ -50,3 +50,3 @@ }, | ||
"devDependencies": { | ||
"@firebase/app": "0.10.9-canary.2ee2a90ae", | ||
"@firebase/app": "0.10.10-canary.3670ab83c", | ||
"rollup": "2.79.1", | ||
@@ -53,0 +53,0 @@ "@rollup/plugin-commonjs": "21.1.0", |
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 too big to display
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
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
666271
7853
+ Added@firebase/app@0.10.10-canary.3670ab83c(transitive)
+ Added@firebase/component@0.6.8-canary.3670ab83c(transitive)
+ Added@firebase/logger@0.4.2-canary.3670ab83c(transitive)
+ Added@firebase/util@1.9.7-canary.3670ab83c(transitive)
- Removed@firebase/app@0.10.9-canary.2ee2a90ae(transitive)
- Removed@firebase/component@0.6.8-canary.2ee2a90ae(transitive)
- Removed@firebase/logger@0.4.2-canary.2ee2a90ae(transitive)
- Removed@firebase/util@1.9.7-canary.2ee2a90ae(transitive)