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

@firebase/auth-types

Package Overview
Dependencies
Maintainers
3
Versions
3151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/auth-types - npm Package Compare versions

Comparing version 0.2.1-3 to 0.2.1-4

12

index.d.ts

@@ -23,2 +23,3 @@ /**

emailVerified: boolean;
getIdTokenResult(forceRefresh?: boolean): Promise<IdTokenResult>;
getIdToken(forceRefresh?: boolean): Promise<any>;

@@ -164,2 +165,13 @@ getToken(forceRefresh?: boolean): Promise<any>;

export interface IdTokenResult {
token: string;
expirationTime: string;
authTime: string;
issuedAtTime: string;
signInProvider: string | null;
claims: {
[key: string]: any;
};
}
export class OAuthProvider implements AuthProvider {

@@ -166,0 +178,0 @@ providerId: string;

2

package.json
{
"name": "@firebase/auth-types",
"version": "0.2.1-3",
"version": "0.2.1-4",
"description": "@firebase/auth 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