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

@capacitor-community/media

Package Overview
Dependencies
Maintainers
42
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor-community/media - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

7

dist/docs.json

@@ -419,2 +419,9 @@ {

"type": "string | undefined"
},
{
"name": "fileName",
"tags": [],
"docs": "File name to save the image as in the album.\nDo not include extension. Android only.",
"complexTypes": [],
"type": "string | undefined"
}

@@ -421,0 +428,0 @@ ]

@@ -70,2 +70,7 @@ export interface MediaPlugin {

albumIdentifier?: string;
/**
* File name to save the image as in the album.
* Do not include extension. Android only.
*/
fileName?: string;
}

@@ -72,0 +77,0 @@ export interface MediaFetchOptions {

2

package.json
{
"name": "@capacitor-community/media",
"version": "5.2.0",
"version": "5.2.1",
"description": "Enable some media features for Capacitor such as create albums, save videos, gifs and more.",

@@ -5,0 +5,0 @@ "author": "Stewan Silva",

@@ -290,2 +290,3 @@ <p align="center"><br><img src="https://user-images.githubusercontent.com/236501/85893648-1c92e880-b7a8-11ea-926d-95355b8175c7.png" width="128" height="128" /></p>

| **`albumIdentifier`** | <code>string</code> | Album identifier from getAlbums(). Since 5.0, identifier is used on both Android and iOS. Identifier is required on Android but not on iOS. On iOS 14+, if the identifier is not specified and no permissions have been requested yet, add-only permissions will be requested instead of full permissions (assuming NSPhotoLibraryAddUsageDescription is in Info.plist). |
| **`fileName`** | <code>string</code> | File name to save the image as in the album. Do not include extension. Android only. |

@@ -292,0 +293,0 @@

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