@firebase/app-check-compat
Advanced tools
Comparing version 0.1.3-canary.1048c4f2d to 0.1.3-canary.2322b6023
@@ -15,3 +15,3 @@ 'use strict'; | ||
var name = "@firebase/app-check-compat"; | ||
var version = "0.1.3-canary.1048c4f2d"; | ||
var version = "0.1.3-canary.2322b6023"; | ||
@@ -66,3 +66,4 @@ /** | ||
} | ||
else if (siteKeyOrProvider instanceof appCheck.ReCaptchaV3Provider || | ||
else if (siteKeyOrProvider instanceof appCheck.ReCaptchaEnterpriseProvider || | ||
siteKeyOrProvider instanceof appCheck.ReCaptchaV3Provider || | ||
siteKeyOrProvider instanceof appCheck.CustomProvider) { | ||
@@ -134,2 +135,3 @@ provider = siteKeyOrProvider; | ||
firebase__default["default"].INTERNAL.registerComponent(new component.Component('appCheck-compat', factory, "PUBLIC" /* PUBLIC */).setServiceProps({ | ||
ReCaptchaEnterpriseProvider: appCheck.ReCaptchaEnterpriseProvider, | ||
ReCaptchaV3Provider: appCheck.ReCaptchaV3Provider, | ||
@@ -136,0 +138,0 @@ CustomProvider: appCheck.CustomProvider |
{ | ||
"name": "@firebase/app-check-compat", | ||
"version": "0.1.3-canary.1048c4f2d", | ||
"version": "0.1.3-canary.2322b6023", | ||
"description": "A compat App Check package for new firebase packages", | ||
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"main": "dist/index.cjs.js", | ||
"browser": "dist/index.esm2017.js", | ||
"module": "dist/index.esm2017.js", | ||
"browser": "dist/esm/index.esm2017.js", | ||
"module": "dist/esm/index.esm2017.js", | ||
"esm5": "dist/esm/index.esm.js", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.cjs.js", | ||
"default": "./dist/esm/index.esm2017.js" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"files": [ | ||
@@ -25,9 +33,9 @@ "dist" | ||
"peerDependencies": { | ||
"@firebase/app-compat": "0.1.5-canary.1048c4f2d" | ||
"@firebase/app-compat": "0.1.6-canary.2322b6023" | ||
}, | ||
"dependencies": { | ||
"@firebase/app-check": "0.4.2-canary.1048c4f2d", | ||
"@firebase/logger": "0.3.0-canary.1048c4f2d", | ||
"@firebase/util": "1.4.0-canary.1048c4f2d", | ||
"@firebase/component": "0.5.7-canary.1048c4f2d", | ||
"@firebase/app-check": "0.4.2-canary.2322b6023", | ||
"@firebase/logger": "0.3.0-canary.2322b6023", | ||
"@firebase/util": "1.4.0-canary.2322b6023", | ||
"@firebase/component": "0.5.7-canary.2322b6023", | ||
"tslib": "^2.1.0" | ||
@@ -37,3 +45,3 @@ }, | ||
"devDependencies": { | ||
"@firebase/app-compat": "0.1.5-canary.1048c4f2d", | ||
"@firebase/app-compat": "0.1.6-canary.2322b6023", | ||
"rollup": "2.57.0", | ||
@@ -60,4 +68,3 @@ "@rollup/plugin-commonjs": "21.0.0", | ||
"reportDir": "./coverage/node" | ||
}, | ||
"esm5": "dist/index.esm.js" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances 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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
55828
18
569
1
+ Added@firebase/app@0.7.5-canary.2322b6023(transitive)
+ Added@firebase/app-check@0.4.2-canary.2322b6023(transitive)
+ Added@firebase/app-compat@0.1.6-canary.2322b6023(transitive)
+ Added@firebase/component@0.5.7-canary.2322b6023(transitive)
+ Added@firebase/logger@0.3.0-canary.2322b6023(transitive)
+ Added@firebase/util@1.4.0-canary.2322b6023(transitive)
- Removed@firebase/app@0.7.4-canary.1048c4f2d(transitive)
- Removed@firebase/app-check@0.4.2-canary.1048c4f2d(transitive)
- Removed@firebase/app-compat@0.1.5-canary.1048c4f2d(transitive)
- Removed@firebase/component@0.5.7-canary.1048c4f2d(transitive)
- Removed@firebase/logger@0.3.0-canary.1048c4f2d(transitive)
- Removed@firebase/util@1.4.0-canary.1048c4f2d(transitive)