@firebase/app-check-compat
Advanced tools
Comparing version 0.1.3 to 0.2.0-2021102231614
# @firebase/app-check-compat | ||
## 0.2.0-2021102231614 | ||
### Minor Changes | ||
- [`61604979c`](https://github.com/firebase/firebase-js-sdk/commit/61604979cb35647610ea385a6ba0ca67cb03f5d1) [#5595](https://github.com/firebase/firebase-js-sdk/pull/5595) - Add ReCAPTCHA Enterprise as an attestation option for App Check. | ||
### Patch Changes | ||
- [`2322b6023`](https://github.com/firebase/firebase-js-sdk/commit/2322b6023c628cd9f4f4172767c17d215dd91684) [#5693](https://github.com/firebase/firebase-js-sdk/pull/5693) - Add exports field to all packages | ||
- Updated dependencies [[`2322b6023`](https://github.com/firebase/firebase-js-sdk/commit/2322b6023c628cd9f4f4172767c17d215dd91684), [`61604979c`](https://github.com/firebase/firebase-js-sdk/commit/61604979cb35647610ea385a6ba0ca67cb03f5d1)]: | ||
- @firebase/app-check@0.5.0-2021102231614 | ||
- @firebase/app-compat@0.1.7-2021102231614 | ||
- @firebase/component@0.5.8-2021102231614 | ||
- @firebase/logger@0.3.1-2021102231614 | ||
- @firebase/util@1.4.1-2021102231614 | ||
## 0.1.3 | ||
@@ -4,0 +21,0 @@ |
@@ -15,3 +15,3 @@ 'use strict'; | ||
var name = "@firebase/app-check-compat"; | ||
var version = "0.1.3"; | ||
var version = "0.2.0-2021102231614"; | ||
@@ -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", | ||
"version": "0.2.0-2021102231614", | ||
"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.x" | ||
"@firebase/app-compat": "0.1.7-2021102231614" | ||
}, | ||
"dependencies": { | ||
"@firebase/app-check": "0.4.2", | ||
"@firebase/logger": "0.3.0", | ||
"@firebase/util": "1.4.0", | ||
"@firebase/component": "0.5.7", | ||
"@firebase/app-check": "0.5.0-2021102231614", | ||
"@firebase/logger": "0.3.1-2021102231614", | ||
"@firebase/util": "1.4.1-2021102231614", | ||
"@firebase/component": "0.5.8-2021102231614", | ||
"tslib": "^2.1.0" | ||
@@ -37,5 +45,5 @@ }, | ||
"devDependencies": { | ||
"@firebase/app-compat": "0.1.4", | ||
"@firebase/app-compat": "0.1.7-2021102231614", | ||
"rollup": "2.57.0", | ||
"@rollup/plugin-commonjs": "20.0.0", | ||
"@rollup/plugin-commonjs": "21.0.0", | ||
"@rollup/plugin-json": "4.1.0", | ||
@@ -60,4 +68,3 @@ "@rollup/plugin-node-resolve": "13.0.5", | ||
"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
56763
18
569
16
1
+ Added@firebase/app@0.7.6-2021102231614(transitive)
+ Added@firebase/app-check@0.5.0-2021102231614(transitive)
+ Added@firebase/app-compat@0.1.7-2021102231614(transitive)
+ Added@firebase/component@0.5.8-2021102231614(transitive)
+ Added@firebase/logger@0.3.1-2021102231614(transitive)
+ Added@firebase/util@1.4.1-2021102231614(transitive)
- Removed@firebase/app@0.10.17(transitive)
- Removed@firebase/app-check@0.4.2(transitive)
- Removed@firebase/app-compat@0.2.47(transitive)
- Removed@firebase/component@0.5.70.6.11(transitive)
- Removed@firebase/logger@0.3.00.4.4(transitive)
- Removed@firebase/util@1.10.21.4.0(transitive)
- Removedidb@7.1.1(transitive)