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

@nativescript/firebase-core

Package Overview
Dependencies
Maintainers
18
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nativescript/firebase-core - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

9

index.android.js

@@ -201,3 +201,3 @@ var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {

if (!lastActivity) {
lastActivity = args.activity;
lastActivity = new WeakRef(args.activity);
__classPrivateFieldGet(Firebase, _a, "f", _Firebase_activityResultContractsQueue).notify({

@@ -211,4 +211,5 @@ eventName: 'register',

Application.android.on('activityDestroyed', (args) => {
const activity = args.activity;
if (lastActivity && activity === lastActivity) {
var _b;
const activity = (_b = lastActivity === null || lastActivity === void 0 ? void 0 : lastActivity.get) === null || _b === void 0 ? void 0 : _b.call(lastActivity);
if (activity && args.activity === activity) {
__classPrivateFieldGet(Firebase, _a, "f", _Firebase_activityResultContractsQueue).notify({

@@ -222,3 +223,3 @@ eventName: 'register',

if (!lastActivity) {
lastActivity = args.activity;
lastActivity = new WeakRef(args.activity);
__classPrivateFieldGet(Firebase, _a, "f", _Firebase_activityResultContractsQueue).notify({

@@ -225,0 +226,0 @@ eventName: 'register',

{
"name": "@nativescript/firebase-core",
"version": "2.3.2",
"version": "2.3.3",
"description": "NativeScript Firebase - Core",

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

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