New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nativescript-firebase-updated-new

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-firebase-updated-new - npm Package Compare versions

Comparing version 1311.1.2 to 1411.1.2

3

firebase-common.js

@@ -99,2 +99,5 @@ import { prompt, ApplicationSettings } from "@nativescript/core";

},
removeAllAuthStateListeners: () => {
firebase.authStateListeners = [];
},
hasAuthStateListener: listener => {

@@ -101,0 +104,0 @@ return firebase.authStateListeners.indexOf(listener) >= 0;

@@ -690,2 +690,4 @@ export namespace firebase {

export function removeAllAuthStateListeners(): void;
export function hasAuthStateListener(

@@ -692,0 +694,0 @@ listener: AuthStateChangeListener

2

package.json
{
"name": "nativescript-firebase-updated-new",
"version": "1311.1.2",
"version": "1411.1.2",
"description": "Fire. Base. Firebase!",

@@ -5,0 +5,0 @@ "main": "firebase",

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