Socket
Socket
Sign inDemoInstall

nativescript-imagepicker

Package Overview
Dependencies
1
Maintainers
9
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.5 to 6.0.6

8

imagepicker.ios.js

@@ -48,3 +48,9 @@ "use strict";

get: function () {
return this.hostView ? this.hostView.viewController : UIApplication.sharedApplication.keyWindow.rootViewController;
var vc = this.hostView ? this.hostView.viewController : UIApplication.sharedApplication.keyWindow.rootViewController;
while (vc.presentedViewController
&& vc.presentedViewController.viewLoaded
&& vc.presentedViewController.view.window) {
vc = vc.presentedViewController;
}
return vc;
},

@@ -51,0 +57,0 @@ enumerable: true,

6

package.json
{
"name": "nativescript-imagepicker",
"version": "6.0.5",
"version": "6.0.6",
"description": "A plugin for the NativeScript framework implementing multiple image picker",

@@ -49,4 +49,4 @@ "repository": {

"devDependencies": {
"tns-core-modules": "^5.0.0",
"tns-platform-declarations": "^5.0.0",
"tns-core-modules": "^5.1.0",
"tns-platform-declarations": "^5.1.0",
"typescript": "~3.1.6",

@@ -53,0 +53,0 @@ "tslint": "~5.11.0"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc