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

@react-native-firebase/app-types

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-firebase/app-types - npm Package Compare versions

Comparing version 6.0.0-alpha.2 to 6.0.0-alpha.3

30

index.d.ts

@@ -18,4 +18,2 @@ /*

import {FirebaseApp} from "./index";
export interface NativeFirebaseError extends Error {

@@ -48,11 +46,2 @@ /**

export type ReactNativeFirebaseModuleAndStatics<M, S = {}> = {
(): M;
/**
* This React Native Firebase module version.
*/
readonly SDK_VERSION: string;
} & S;
export type FirebaseOptions = {

@@ -90,3 +79,2 @@ /**

/**

@@ -260,1 +248,19 @@ * The Project Number from the Google Developer's console, for example "012345678901", used to

}
export type ReactNativeFirebaseModuleAndStatics<M, S = {}> = {
(): M;
/**
* This React Native Firebase module version.
*/
readonly SDK_VERSION: string;
} & S;
export type ReactNativeFirebaseModuleAndStaticsWithApp<M, S = {}> = {
(app?: FirebaseApp): M;
/**
* This React Native Firebase module version.
*/
readonly SDK_VERSION: string;
} & S;

4

package.json
{
"name": "@react-native-firebase/app-types",
"version": "6.0.0-alpha.2",
"version": "6.0.0-alpha.3",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",

@@ -16,3 +16,3 @@ "description": "@react-native-firebase/app-types",

"license": "Apache-2.0",
"gitHead": "2787d4413eb70c61a687c4d6913add6a6a01f582",
"gitHead": "467b81cd8ce49dc971f8fa3732e94a6539e744c3",
"publishConfig": {

@@ -19,0 +19,0 @@ "access": "public"

Sorry, the diff of this file is not supported yet

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