@firebase/app-check
Advanced tools
Comparing version 0.2.0-canary.3827d9692 to 0.2.0-canary.4aa2bed03
@@ -942,4 +942,3 @@ 'use strict'; | ||
// is not true. | ||
if (!newState.tokenRefresher.isRunning() && | ||
state.isTokenAutoRefreshEnabled === true) { | ||
if (!newState.tokenRefresher.isRunning() && state.isTokenAutoRefreshEnabled) { | ||
newState.tokenRefresher.start(); | ||
@@ -1223,3 +1222,3 @@ } | ||
var name = "@firebase/app-check"; | ||
var version = "0.2.0-canary.3827d9692"; | ||
var version = "0.2.0-canary.4aa2bed03"; | ||
@@ -1226,0 +1225,0 @@ /** |
@@ -936,4 +936,3 @@ import firebase from '@firebase/app'; | ||
// is not true. | ||
if (!newState.tokenRefresher.isRunning() && | ||
state.isTokenAutoRefreshEnabled === true) { | ||
if (!newState.tokenRefresher.isRunning() && state.isTokenAutoRefreshEnabled) { | ||
newState.tokenRefresher.start(); | ||
@@ -1217,3 +1216,3 @@ } | ||
var name = "@firebase/app-check"; | ||
var version = "0.2.0-canary.3827d9692"; | ||
var version = "0.2.0-canary.4aa2bed03"; | ||
@@ -1220,0 +1219,0 @@ /** |
@@ -836,4 +836,3 @@ import firebase from '@firebase/app'; | ||
// is not true. | ||
if (!newState.tokenRefresher.isRunning() && | ||
state.isTokenAutoRefreshEnabled === true) { | ||
if (!newState.tokenRefresher.isRunning() && state.isTokenAutoRefreshEnabled) { | ||
newState.tokenRefresher.start(); | ||
@@ -1087,3 +1086,3 @@ } | ||
const name = "@firebase/app-check"; | ||
const version = "0.2.0-canary.3827d9692"; | ||
const version = "0.2.0-canary.4aa2bed03"; | ||
@@ -1090,0 +1089,0 @@ /** |
{ | ||
"name": "@firebase/app-check", | ||
"version": "0.2.0-canary.3827d9692", | ||
"version": "0.2.0-canary.4aa2bed03", | ||
"description": "The App Check component of the Firebase JS SDK", | ||
@@ -27,11 +27,11 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"peerDependencies": { | ||
"@firebase/app": "0.6.28-canary.3827d9692", | ||
"@firebase/app-types": "0.6.2-canary.3827d9692" | ||
"@firebase/app": "0.6.28-canary.4aa2bed03", | ||
"@firebase/app-types": "0.6.2-canary.4aa2bed03" | ||
}, | ||
"dependencies": { | ||
"@firebase/app-check-types": "0.2.0-canary.3827d9692", | ||
"@firebase/app-check-interop-types": "0.1.0-canary.3827d9692", | ||
"@firebase/util": "1.1.0-canary.3827d9692", | ||
"@firebase/component": "0.5.4-canary.3827d9692", | ||
"@firebase/logger": "0.2.6-canary.3827d9692", | ||
"@firebase/app-check-types": "0.2.0-canary.4aa2bed03", | ||
"@firebase/app-check-interop-types": "0.1.0-canary.4aa2bed03", | ||
"@firebase/util": "1.1.0-canary.4aa2bed03", | ||
"@firebase/component": "0.5.4-canary.4aa2bed03", | ||
"@firebase/logger": "0.2.6-canary.4aa2bed03", | ||
"tslib": "^2.1.0" | ||
@@ -41,3 +41,3 @@ }, | ||
"devDependencies": { | ||
"@firebase/app": "0.6.28-canary.3827d9692", | ||
"@firebase/app": "0.6.28-canary.4aa2bed03", | ||
"rollup": "2.52.2", | ||
@@ -44,0 +44,0 @@ "@rollup/plugin-json": "4.1.0", |
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
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
413608
4275
18
0
+ Added@firebase/app@0.6.28-canary.4aa2bed03(transitive)
+ Added@firebase/app-check-interop-types@0.1.0-canary.4aa2bed03(transitive)
+ Added@firebase/app-check-types@0.2.0-canary.4aa2bed03(transitive)
+ Added@firebase/app-types@0.6.2-canary.4aa2bed03(transitive)
+ Added@firebase/component@0.5.4-canary.4aa2bed03(transitive)
+ Added@firebase/logger@0.2.6-canary.4aa2bed03(transitive)
+ Added@firebase/util@1.1.0-canary.4aa2bed03(transitive)
- Removed@firebase/app@0.6.28-canary.3827d9692(transitive)
- Removed@firebase/app-check-interop-types@0.1.0-canary.3827d9692(transitive)
- Removed@firebase/app-check-types@0.2.0-canary.3827d9692(transitive)
- Removed@firebase/app-types@0.6.2-canary.3827d9692(transitive)
- Removed@firebase/component@0.5.4-canary.3827d9692(transitive)
- Removed@firebase/logger@0.2.6-canary.3827d9692(transitive)
- Removed@firebase/util@1.1.0-canary.3827d9692(transitive)
Updated@firebase/app-check-interop-types@0.1.0-canary.4aa2bed03