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.6 to 6.1.0

platforms/android/nativescript_imagepicker.aar

2

imagepicker.ios.js

@@ -29,3 +29,3 @@ "use strict";

imagePickerController.delegate = _this._imagePickerControllerDelegate;
imagePickerController.allowsMultipleSelection = options.mode === 'multiple';
imagePickerController.allowsMultipleSelection = options.mode !== 'single';
imagePickerController.minimumNumberOfSelection = options.minimumNumberOfSelection || 0;

@@ -32,0 +32,0 @@ imagePickerController.maximumNumberOfSelection = options.maximumNumberOfSelection || 0;

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

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

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

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

Sorry, the diff of this file is not supported yet

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