@firebase/auth 1.7.5-canary.62661245f → 1.7.5-canary.6bb2e8931

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/README.md +1 -1
  2. package/dist/browser-cjs/{index-7bfdf77c.js → index-d42c2282.js} +2 -6
  3. package/dist/browser-cjs/{index-7bfdf77c.js.map → index-d42c2282.js.map} +1 -1
  4. package/dist/browser-cjs/index.js +1 -1
  5. package/dist/browser-cjs/internal.js +1 -1
  6. package/dist/cordova/index.js +2 -2
  7. package/dist/cordova/internal.js +2 -6
  8. package/dist/cordova/internal.js.map +1 -1
  9. package/dist/cordova/{popup_redirect-9275d796.js → popup_redirect-86673e2c.js} +2 -2
  10. package/dist/cordova/{popup_redirect-9275d796.js.map → popup_redirect-86673e2c.js.map} +1 -1
  11. package/dist/esm2017/{index-d4b06a42.js → index-7fa030aa.js} +2 -6
  12. package/dist/esm2017/{index-d4b06a42.js.map → index-7fa030aa.js.map} +1 -1
  13. package/dist/esm2017/index.js +1 -1
  14. package/dist/esm2017/internal.js +2 -2
  15. package/dist/esm5/{index-c3f97da3.js → index-891d99b1.js} +2 -6
  16. package/dist/esm5/{index-c3f97da3.js.map → index-891d99b1.js.map} +1 -1
  17. package/dist/esm5/index.js +1 -1
  18. package/dist/esm5/internal.js +2 -2
  19. package/dist/index.webworker.esm5.js +1 -1
  20. package/dist/node/index.js +1 -1
  21. package/dist/node/internal.js +1 -1
  22. package/dist/node/{totp-ece6ef48.js → totp-7b92b896.js} +2 -2
  23. package/dist/node/{totp-ece6ef48.js.map → totp-7b92b896.js.map} +1 -1
  24. package/dist/node-esm/index.js +1 -1
  25. package/dist/node-esm/internal.js +2 -2
  26. package/dist/node-esm/{totp-dbcdfd22.js → totp-75ef9e28.js} +2 -2
  27. package/dist/node-esm/{totp-dbcdfd22.js.map → totp-75ef9e28.js.map} +1 -1
  28. package/dist/rn/{index-82eeb27d.js → index-be771c3f.js} +2 -2
  29. package/dist/rn/{index-82eeb27d.js.map → index-be771c3f.js.map} +1 -1
  30. package/dist/rn/index.js +1 -1
  31. package/dist/rn/internal.js +1 -5
  32. package/dist/rn/internal.js.map +1 -1
  33. package/dist/web-extension-cjs/index.js +1 -1
  34. package/dist/web-extension-cjs/internal.js +1 -5
  35. package/dist/web-extension-cjs/internal.js.map +1 -1
  36. package/dist/web-extension-cjs/{register-d08f4950.js → register-cfa0303f.js} +2 -2
  37. package/dist/web-extension-cjs/{register-d08f4950.js.map → register-cfa0303f.js.map} +1 -1
  38. package/dist/web-extension-esm2017/index.js +2 -2
  39. package/dist/web-extension-esm2017/internal.js +2 -6
  40. package/dist/web-extension-esm2017/internal.js.map +1 -1
  41. package/dist/web-extension-esm2017/{register-56bd6151.js → register-4ecdc69b.js} +2 -2
  42. package/dist/web-extension-esm2017/{register-56bd6151.js.map → register-4ecdc69b.js.map} +1 -1
  43. package/package.json +7 -8
package/README.md CHANGED
@@ -96,7 +96,7 @@ curl -H "Authorization: Bearer $(gcloud auth print-access-token)" -H "Conten
96
96
  }'
97
97
  ```
98
98
 
99
- Replace the tenant ID `passpol-tenant-d7hha` in [test/integration/flows/password_policy.test.ts](https://github.com/firebase/firebase-js-sdk/blob/master/packages/auth/test/integration/flows/password_policy.test.ts) with the ID for the newly created tenant. The tenant ID can be found at the end of the `name` property in the response and is in the format `passpol-tenant-xxxxx`.
99
+ Replace the tenant ID `passpol-tenant-d7hha` in [test/integration/flows/password_policy.test.ts](https://github.com/firebase/firebase-js-sdk/blob/main/packages/auth/test/integration/flows/password_policy.test.ts) with the ID for the newly created tenant. The tenant ID can be found at the end of the `name` property in the response and is in the format `passpol-tenant-xxxxx`.
100
100
 
101
101
  ### Selenium Webdriver tests
102
102
 
@@ -10470,7 +10470,7 @@ function _isEmptyString(input) {
10470
10470
  }
10471
10471
 
10472
10472
  var name = "@firebase/auth";
10473
- var version = "1.7.5-canary.62661245f";
10473
+ var version = "1.7.5-canary.6bb2e8931";
10474
10474
 
10475
10475
  /**
10476
10476
  * @license
@@ -10706,10 +10706,6 @@ _setExternalJSProvider({
10706
10706
  // TODO: consider adding timeout support & cancellation
10707
10707
  return new Promise((resolve, reject) => {
10708
10708
  const el = document.createElement('script');
10709
- // TODO: Do not use setAttribute, since it can lead to XSS. Instead, use the safevalues library to
10710
- // safely set an attribute for a sanitized trustedResourceUrl. Since the trustedResourceUrl
10711
- // must be initialized from a template string literal, this could involve some heavy
10712
- // refactoring.
10713
10709
  el.setAttribute('src', url);
10714
10710
  el.onload = resolve;
10715
10711
  el.onerror = e => {
@@ -10835,4 +10831,4 @@ exports.useDeviceLanguage = useDeviceLanguage;
10835
10831
  exports.validatePassword = validatePassword;
10836
10832
  exports.verifyBeforeUpdateEmail = verifyBeforeUpdateEmail;
10837
10833
  exports.verifyPasswordResetCode = verifyPasswordResetCode;
10838
- //# sourceMappingURL=index-7bfdf77c.js.map
10834
+ //# sourceMappingURL=index-d42c2282.js.map