Socket
Socket
Sign inDemoInstall

kinvey-nativescript-sdk

Package Overview
Dependencies
Maintainers
2
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kinvey-nativescript-sdk - npm Package Compare versions

Comparing version 3.13.0-next.24 to 3.13.0-next.25

7

lib/popup/popup.ios.js

@@ -6,3 +6,2 @@ "use strict";

var nativescript_urlhandler_1 = require("nativescript-urlhandler");
var application_1 = require("tns-core-modules/application");
var LOADED_EVENT = 'loaded';

@@ -73,4 +72,6 @@ var CLOSED_EVENT = 'closed';

});
this._viewController = application_1.ios.window.rootViewController;
while (this._viewController.presentedViewController) {
this._viewController = UIApplication.sharedApplication.keyWindow.rootViewController;
while (this._viewController.presentedViewController
&& this._viewController.presentedViewController.viewLoaded
&& this._viewController.presentedViewController.view.window) {
this._viewController = this._viewController.presentedViewController;

@@ -77,0 +78,0 @@ }

{
"name": "kinvey-nativescript-sdk",
"description": "Kinvey JavaScript SDK for NativeScript applications.",
"version": "3.13.0-next.24",
"version": "3.13.0-next.25",
"license": "Apache-2.0",

@@ -32,3 +32,3 @@ "homepage": "https://github.com/Kinvey/js-sdk/tree/master/packages/nativescript-sdk",

"dependencies": {
"kinvey-js-sdk": "^3.13.0-next.24"
"kinvey-js-sdk": "^3.13.0-next.25"
},

@@ -35,0 +35,0 @@ "peerDependencies": {

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