Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@firebase/app-check

Package Overview
Dependencies
Maintainers
4
Versions
1331
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.8.7-canary.16015723b to 0.8.7-canary.16d62d4fa

8

dist/app-check-public.d.ts

@@ -128,5 +128,7 @@ /**

/**
* Get the current App Check token. Attaches to the most recent
* in-flight request if one is present. Returns null if no token
* is present and no token requests are in-flight.
* Get the current App Check token. If `forceRefresh` is false, this function first
* checks for a valid token in memory, then local persistence (IndexedDB).
* If not found, or if `forceRefresh` is true, it makes a request to the
* App Check endpoint for a fresh token. That request attaches
* to the most recent in-flight request if one is present.
*

@@ -133,0 +135,0 @@ * @param appCheckInstance - The App Check service instance.

@@ -150,5 +150,7 @@ /**

/**
* Get the current App Check token. Attaches to the most recent
* in-flight request if one is present. Returns null if no token
* is present and no token requests are in-flight.
* Get the current App Check token. If `forceRefresh` is false, this function first
* checks for a valid token in memory, then local persistence (IndexedDB).
* If not found, or if `forceRefresh` is true, it makes a request to the
* App Check endpoint for a fresh token. That request attaches
* to the most recent in-flight request if one is present.
*

@@ -155,0 +157,0 @@ * @param appCheckInstance - The App Check service instance.

@@ -44,5 +44,7 @@ /**

/**
* Get the current App Check token. Attaches to the most recent
* in-flight request if one is present. Returns null if no token
* is present and no token requests are in-flight.
* Get the current App Check token. If `forceRefresh` is false, this function first
* checks for a valid token in memory, then local persistence (IndexedDB).
* If not found, or if `forceRefresh` is true, it makes a request to the
* App Check endpoint for a fresh token. That request attaches
* to the most recent in-flight request if one is present.
*

@@ -49,0 +51,0 @@ * @param appCheckInstance - The App Check service instance.

@@ -44,5 +44,7 @@ /**

/**
* Get the current App Check token. Attaches to the most recent
* in-flight request if one is present. Returns null if no token
* is present and no token requests are in-flight.
* Get the current App Check token. If `forceRefresh` is false, this function first
* checks for a valid token in memory, then local persistence (IndexedDB).
* If not found, or if `forceRefresh` is true, it makes a request to the
* App Check endpoint for a fresh token. That request attaches
* to the most recent in-flight request if one is present.
*

@@ -49,0 +51,0 @@ * @param appCheckInstance - The App Check service instance.

{
"name": "@firebase/app-check",
"version": "0.8.7-canary.16015723b",
"version": "0.8.7-canary.16d62d4fa",
"description": "The App Check component of the Firebase JS SDK",

@@ -31,3 +31,3 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",

"test:ci": "node ../../scripts/run_tests_in_ci.js -s test:browser",
"test:browser": "karma start --single-run --nocache",
"test:browser": "karma start --nocache",
"trusted-type-check": "tsec -p tsconfig.json --noEmit",

@@ -40,8 +40,8 @@ "api-report": "api-extractor run --local --verbose",

"peerDependencies": {
"@firebase/app": "0.10.8-canary.16015723b"
"@firebase/app": "0.10.10-canary.16d62d4fa"
},
"dependencies": {
"@firebase/util": "1.9.7-canary.16015723b",
"@firebase/component": "0.6.8-canary.16015723b",
"@firebase/logger": "0.4.2-canary.16015723b",
"@firebase/util": "1.9.7-canary.16d62d4fa",
"@firebase/component": "0.6.8-canary.16d62d4fa",
"@firebase/logger": "0.4.2-canary.16d62d4fa",
"tslib": "^2.1.0"

@@ -51,3 +51,3 @@ },

"devDependencies": {
"@firebase/app": "0.10.8-canary.16015723b",
"@firebase/app": "0.10.10-canary.16d62d4fa",
"rollup": "2.79.1",

@@ -54,0 +54,0 @@ "@rollup/plugin-commonjs": "21.1.0",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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