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

@databutton/firebase-types

Package Overview
Dependencies
Maintainers
0
Versions
1120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@databutton/firebase-types - npm Package Compare versions

Comparing version 1.71.31 to 1.71.32

22

lib/types/published/persisted.d.ts

@@ -717,2 +717,24 @@ import type { Timestamp } from "firebase/firestore";

};
export interface FirebaseAuthExtensionConfig {
firebaseConfig: {
apiKey: string;
appId: string;
projectId: string;
authDomain: string;
storageBucket: string;
messagingSenderId: string;
};
signInOptions: {
google: boolean;
email: boolean;
facebook: boolean;
twitter: boolean;
emailAndPassword: boolean;
magicLink: boolean;
};
siteName: string;
signInSuccessUrl: string;
tosLink: string;
privacyPolicyLink: string;
}
export type ProjectExtensions = ProjectExtensionConfig[];

@@ -719,0 +741,0 @@ export interface BaseTheme {

2

package.json
{
"name": "@databutton/firebase-types",
"version": "1.71.31",
"version": "1.71.32",
"main": "lib/types/published/index.js",

@@ -5,0 +5,0 @@ "type": "module",

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