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

@firebase/app-check-types

Package Overview
Dependencies
Maintainers
5
Versions
1228
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/app-check-types - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1-2021710165255

6

CHANGELOG.md
# @firebase/app-check-types
## 0.3.1-2021710165255
### 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()`.
## 0.3.0

@@ -4,0 +10,0 @@

6

index.d.ts

@@ -35,3 +35,7 @@ /**

activate(
siteKeyOrProvider: string | AppCheckProvider,
siteKeyOrProvider:
| string
| AppCheckProvider
| CustomProvider
| ReCaptchaV3Provider,
isTokenAutoRefreshEnabled?: boolean

@@ -38,0 +42,0 @@ ): void;

2

package.json
{
"name": "@firebase/app-check-types",
"version": "0.3.0",
"version": "0.3.1-2021710165255",
"description": "@firebase/app-check Types",

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

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