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
1207
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

to
1.73.18

10

lib/types/published/requests.d.ts

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

};
export type TroubleshootDnsRecordRequest = {
domainName: string;
name: string;
type: string;
value: string;
};
export type TroubleshootDnsRecordResponse = {
result: "skipped" | "success" | "failure";
message: string;
};
export {};

2

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

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