Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-advanced-imagepicker

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-advanced-imagepicker - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

.github/workflows/next-version.yml

12

CHANGELOG.md

@@ -1,3 +0,13 @@

# Changelog
## [1.5.0](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker/compare/V1.4.0...V1.5.0) (2021-10-10)
### Features
* **ios:** add more video config options ([#24](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker/issues/24)) ([2833f38](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker/commit/2833f38b35c63afe6eabe5b80ae53c849e4b072d))
### Code Refactoring
* add semantic release ([cdf0006](https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker/commit/cdf0006aea589d9444716b6184f60b8816689ac3))
## 1.4.0

@@ -4,0 +14,0 @@ - Upgrade iOS dependency ([See changes](https://github.com/Yummypets/YPImagePicker/releases/tag/4.5.0))

17

package.json
{
"name": "cordova-plugin-advanced-imagepicker",
"version": "1.4.0",
"version": "1.5.0",
"description": "Cordova Plugin for an advanced (multiple) ImagePicker",
"devDependencies": {
"@commitlint/config-conventional": "13.2.0",
"@saithodev/semantic-release-backmerge": "1.5.3",
"@semantic-release/changelog": "6.0.0",
"@semantic-release/exec": "6.0.1",
"@semantic-release/git": "10.0.0",
"@semantic-release/npm": "8.0.0",
"doctoc": "2.0.1"
},
"scripts": {
"doctoc": "doctoc readme.md --github --title '**Table of Content**' --maxlevel 3"
},
"cordova": {

@@ -37,6 +49,3 @@ "id": "cordova-plugin-advanced-imagepicker",

},
"scripts": {
"doctoc": "doctoc readme.md --github --title '**Table of Content**' --maxlevel 3"
},
"homepage": "https://github.com/EinfachHans/cordova-plugin-advanced-imagepicker"
}

@@ -146,2 +146,5 @@ # Advanced ImagePicker Cordova Plugin

- videoCompression (string) ([Available Options](https://github.com/Yummypets/YPImagePicker/blob/23158e138bd649b40762bf2e4aa4beb0d463a121/Source/Configuration/YPImagePickerConfiguration.swift#L226-L240)) **default: AVAssetExportPresetHighestQuality**
- recordingTimeLimit (number) **default: 60.0** **IOS only**
- libraryTimeLimit (number) **default: 60.0** **IOS only**
- minimumTimeLimit (number) **default: 3.0** **IOS only**

@@ -148,0 +151,0 @@ ```js

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