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

@databutton/firebase-types

Package Overview
Dependencies
Maintainers
0
Versions
1098
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.72.1 to 1.72.2

27

lib/types/published/requests.d.ts

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

};
type ComponentWithCodeBlock = {
id: string;
name: string;
};
export type RestoreCommitResponse = {
stats: {
componentsUpdated: {
id: string;
name: string;
}[];
componentsDeleted: {
id: string;
name: string;
}[];
componentsRestored: {
id: string;
name: string;
}[];
componentsSkipped: {
id: string;
name: string;
}[];
};
componentsUpdated: ComponentWithCodeBlock[];
componentsDeleted: ComponentWithCodeBlock[];
componentsRestored: ComponentWithCodeBlock[];
componentsSkipped: ComponentWithCodeBlock[];
};
export {};
{
"name": "@databutton/firebase-types",
"version": "1.72.1",
"version": "1.72.2",
"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