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

@firebase/installations

Package Overview
Dependencies
Maintainers
0
Versions
2744
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/installations - npm Package Compare versions

Comparing version 0.6.10-canary.1f1ba3fee to 0.6.10-canary.274e9a56e

2

dist/esm/index.esm2017.js

@@ -7,3 +7,3 @@ import { _getProvider, getApp, _registerComponent, registerVersion } from '@firebase/app';

const name = "@firebase/installations";
const version = "0.6.10-canary.1f1ba3fee";
const version = "0.6.10-canary.274e9a56e";

@@ -10,0 +10,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

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

*/
export declare type IdChangeCallbackFn = (installationId: string) => void;
export type IdChangeCallbackFn = (installationId: string) => void;
/**

@@ -30,3 +30,3 @@ * Unsubscribe a callback function previously added via {@link IdChangeCallbackFn}.

*/
export declare type IdChangeUnsubscribeFn = () => void;
export type IdChangeUnsubscribeFn = () => void;
/**

@@ -33,0 +33,0 @@ * Sets a new callback that will get called when Installation ID changes.

@@ -0,0 +0,0 @@ /**

@@ -52,3 +52,3 @@ /**

}
export declare type AuthToken = NotStartedAuthToken | InProgressAuthToken | CompletedAuthToken;
export type AuthToken = NotStartedAuthToken | InProgressAuthToken | CompletedAuthToken;
export interface UnregisteredInstallationEntry {

@@ -86,2 +86,2 @@ /** Status of the Firebase Installation registration on the server. */

/** Firebase Installation ID and related data in the database. */
export declare type InstallationEntry = UnregisteredInstallationEntry | InProgressInstallationEntry | RegisteredInstallationEntry;
export type InstallationEntry = UnregisteredInstallationEntry | InProgressInstallationEntry | RegisteredInstallationEntry;

@@ -41,3 +41,3 @@ /**

}
export declare type ServerError = FirebaseError & {
export type ServerError = FirebaseError & {
customData: ServerErrorData;

@@ -44,0 +44,0 @@ };

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -11,3 +11,3 @@ 'use strict';

const name = "@firebase/installations";
const version = "0.6.10-canary.1f1ba3fee";
const version = "0.6.10-canary.274e9a56e";

@@ -14,0 +14,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

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

*/
export declare type IdChangeCallbackFn = (installationId: string) => void;
export type IdChangeCallbackFn = (installationId: string) => void;
/**

@@ -30,3 +30,3 @@ * Unsubscribe a callback function previously added via {@link IdChangeCallbackFn}.

*/
export declare type IdChangeUnsubscribeFn = () => void;
export type IdChangeUnsubscribeFn = () => void;
/**

@@ -33,0 +33,0 @@ * Sets a new callback that will get called when Installation ID changes.

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -52,3 +52,3 @@ /**

}
export declare type AuthToken = NotStartedAuthToken | InProgressAuthToken | CompletedAuthToken;
export type AuthToken = NotStartedAuthToken | InProgressAuthToken | CompletedAuthToken;
export interface UnregisteredInstallationEntry {

@@ -86,2 +86,2 @@ /** Status of the Firebase Installation registration on the server. */

/** Firebase Installation ID and related data in the database. */
export declare type InstallationEntry = UnregisteredInstallationEntry | InProgressInstallationEntry | RegisteredInstallationEntry;
export type InstallationEntry = UnregisteredInstallationEntry | InProgressInstallationEntry | RegisteredInstallationEntry;

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -41,3 +41,3 @@ /**

}
export declare type ServerError = FirebaseError & {
export type ServerError = FirebaseError & {
customData: ServerErrorData;

@@ -44,0 +44,0 @@ };

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

{
"name": "@firebase/installations",
"version": "0.6.10-canary.1f1ba3fee",
"version": "0.6.10-canary.274e9a56e",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",

@@ -52,3 +52,3 @@ "main": "dist/index.cjs.js",

"devDependencies": {
"@firebase/app": "0.10.15-canary.1f1ba3fee",
"@firebase/app": "0.10.15-canary.274e9a56e",
"rollup": "2.79.1",

@@ -60,10 +60,10 @@ "@rollup/plugin-commonjs": "21.1.0",

"rollup-plugin-uglify": "6.0.4",
"typescript": "4.7.4"
"typescript": "5.5.4"
},
"peerDependencies": {
"@firebase/app": "0.10.15-canary.1f1ba3fee"
"@firebase/app": "0.10.15-canary.274e9a56e"
},
"dependencies": {
"@firebase/util": "1.10.1-canary.1f1ba3fee",
"@firebase/component": "0.6.10-canary.1f1ba3fee",
"@firebase/util": "1.10.1-canary.274e9a56e",
"@firebase/component": "0.6.10-canary.274e9a56e",
"idb": "7.1.1",

@@ -70,0 +70,0 @@ "tslib": "^2.1.0"

Sorry, the diff of this file is not supported yet

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