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

@firebase/installations-compat

Package Overview
Dependencies
Maintainers
4
Versions
1106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firebase/installations-compat - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10-20241017211210

2

dist/esm/index.esm2017.js

@@ -6,3 +6,3 @@ import firebase from '@firebase/app-compat';

const name = "@firebase/installations-compat";
const version = "0.2.9";
const version = "0.2.10-20241017211210";

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

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

var name = "@firebase/installations-compat";
var version = "0.2.9";
const name = "@firebase/installations-compat";
const version = "0.2.10-20241017211210";

@@ -31,21 +31,20 @@ /**

*/
var InstallationsCompat = /** @class */ (function () {
function InstallationsCompat(app, _delegate) {
class InstallationsCompat {
constructor(app, _delegate) {
this.app = app;
this._delegate = _delegate;
}
InstallationsCompat.prototype.getId = function () {
getId() {
return installations.getId(this._delegate);
};
InstallationsCompat.prototype.getToken = function (forceRefresh) {
}
getToken(forceRefresh) {
return installations.getToken(this._delegate, forceRefresh);
};
InstallationsCompat.prototype.delete = function () {
}
delete() {
return installations.deleteInstallations(this._delegate);
};
InstallationsCompat.prototype.onIdChange = function (callback) {
}
onIdChange(callback) {
return installations.onIdChange(this._delegate, callback);
};
return InstallationsCompat;
}());
}
}

@@ -69,5 +68,5 @@ /**

function registerInstallations(instance) {
instance.INTERNAL.registerComponent(new component.Component('installations-compat', function (container) {
var app = container.getProvider('app-compat').getImmediate();
var installations = container
instance.INTERNAL.registerComponent(new component.Component('installations-compat', container => {
const app = container.getProvider('app-compat').getImmediate();
const installations = container
.getProvider('installations')

@@ -74,0 +73,0 @@ .getImmediate();

{
"name": "@firebase/installations-compat",
"version": "0.2.9",
"version": "0.2.10-20241017211210",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",

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

"browser": "dist/esm/index.esm2017.js",
"esm5": "dist/esm/index.esm.js",
"exports": {

@@ -14,3 +13,2 @@ ".": {

"require": "./dist/index.cjs.js",
"esm5": "./dist/esm/index.esm.js",
"default": "./dist/esm/index.esm2017.js"

@@ -51,3 +49,3 @@ },

"devDependencies": {
"@firebase/app-compat": "0.2.41",
"@firebase/app-compat": "0.2.44-20241017211210",
"rollup": "2.79.1",

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

"peerDependencies": {
"@firebase/app-compat": "0.x"
"@firebase/app-compat": "0.2.44-20241017211210"
},
"dependencies": {
"@firebase/installations": "0.6.9",
"@firebase/installations": "0.6.10-20241017211210",
"@firebase/installations-types": "0.5.2",
"@firebase/util": "1.10.0",
"@firebase/component": "0.6.9",
"@firebase/util": "1.10.1-20241017211210",
"@firebase/component": "0.6.10-20241017211210",
"tslib": "^2.1.0"
}
}

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