New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@firebase/app-check

Package Overview
Dependencies
Maintainers
5
Versions
1359
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/app-check - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1-8.9.1-exp-types-exploration.635c9e3fd

9

CHANGELOG.md
# @firebase/app-check
## 0.3.1
### Patch Changes
- [`f1027e3c2`](https://github.com/firebase/firebase-js-sdk/commit/f1027e3c24cab52046766a898c6702860f5ad3f6) [#5261](https://github.com/firebase/firebase-js-sdk/pull/5261) (fixes [#5258](https://github.com/firebase/firebase-js-sdk/issues/5258)) - Fixed argument typings for `activate()`.
- Updated dependencies [[`f1027e3c2`](https://github.com/firebase/firebase-js-sdk/commit/f1027e3c24cab52046766a898c6702860f5ad3f6)]:
- @firebase/app-check-types@0.3.1
## 0.3.0

@@ -4,0 +13,0 @@

8

dist/index.cjs.js

@@ -1309,3 +1309,7 @@ 'use strict';

activate: function (siteKeyOrProvider, isTokenAutoRefreshEnabled) {
return activate(app, siteKeyOrProvider, platformLoggerProvider, isTokenAutoRefreshEnabled);
return activate(app,
// Public types of ReCaptchaV3Provider/CustomProvider don't
// expose getToken() and aren't recognized as the internal
// class version of themselves.
siteKeyOrProvider, platformLoggerProvider, isTokenAutoRefreshEnabled);
},

@@ -1352,3 +1356,3 @@ setTokenAutoRefreshEnabled: function (isTokenAutoRefreshEnabled) {

var name = "@firebase/app-check";
var version = "0.3.0";
var version = "0.3.1-8.9.1-exp-types-exploration.635c9e3fd";

@@ -1355,0 +1359,0 @@ /**

@@ -1303,3 +1303,7 @@ import firebase from '@firebase/app';

activate: function (siteKeyOrProvider, isTokenAutoRefreshEnabled) {
return activate(app, siteKeyOrProvider, platformLoggerProvider, isTokenAutoRefreshEnabled);
return activate(app,
// Public types of ReCaptchaV3Provider/CustomProvider don't
// expose getToken() and aren't recognized as the internal
// class version of themselves.
siteKeyOrProvider, platformLoggerProvider, isTokenAutoRefreshEnabled);
},

@@ -1346,3 +1350,3 @@ setTokenAutoRefreshEnabled: function (isTokenAutoRefreshEnabled) {

var name = "@firebase/app-check";
var version = "0.3.0";
var version = "0.3.1-8.9.1-exp-types-exploration.635c9e3fd";

@@ -1349,0 +1353,0 @@ /**

@@ -1164,3 +1164,7 @@ import firebase from '@firebase/app';

app,
activate: (siteKeyOrProvider, isTokenAutoRefreshEnabled) => activate(app, siteKeyOrProvider, platformLoggerProvider, isTokenAutoRefreshEnabled),
activate: (siteKeyOrProvider, isTokenAutoRefreshEnabled) => activate(app,
// Public types of ReCaptchaV3Provider/CustomProvider don't
// expose getToken() and aren't recognized as the internal
// class version of themselves.
siteKeyOrProvider, platformLoggerProvider, isTokenAutoRefreshEnabled),
setTokenAutoRefreshEnabled: (isTokenAutoRefreshEnabled) => setTokenAutoRefreshEnabled(app, isTokenAutoRefreshEnabled),

@@ -1195,3 +1199,3 @@ getToken: forceRefresh => getToken(app, platformLoggerProvider, forceRefresh),

const name = "@firebase/app-check";
const version = "0.3.0";
const version = "0.3.1-8.9.1-exp-types-exploration.635c9e3fd";

@@ -1198,0 +1202,0 @@ /**

{
"name": "@firebase/app-check",
"version": "0.3.0",
"version": "0.3.1-8.9.1-exp-types-exploration.635c9e3fd",
"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.x",
"@firebase/app-types": "0.x"
"@firebase/app": "0.6.29-8.9.1-exp-types-exploration.635c9e3fd",
"@firebase/app-types": "0.6.3-8.9.1-exp-types-exploration.635c9e3fd"
},
"dependencies": {
"@firebase/app-check-types": "0.3.0",
"@firebase/app-check-interop-types": "0.1.0",
"@firebase/util": "1.2.0",
"@firebase/component": "0.5.5",
"@firebase/logger": "0.2.6",
"@firebase/app-check-types": "0.3.1-8.9.1-exp-types-exploration.635c9e3fd",
"@firebase/app-check-interop-types": "0.1.0-8.9.1-exp-types-exploration.635c9e3fd",
"@firebase/util": "1.2.0-8.9.1-exp-types-exploration.635c9e3fd",
"@firebase/component": "0.5.5-8.9.1-exp-types-exploration.635c9e3fd",
"@firebase/logger": "0.2.6-8.9.1-exp-types-exploration.635c9e3fd",
"tslib": "^2.1.0"

@@ -41,3 +41,3 @@ },

"devDependencies": {
"@firebase/app": "0.6.29",
"@firebase/app": "0.6.29-8.9.1-exp-types-exploration.635c9e3fd",
"rollup": "2.52.2",

@@ -63,2 +63,2 @@ "@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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc