🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

cordova-plugin-media

Package Overview
Dependencies
Maintainers
19
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-media - npm Package Compare versions

Comparing version

to
7.0.0

13

package.json
{
"name": "cordova-plugin-media",
"version": "6.1.0",
"version": "7.0.0",
"description": "Cordova Media Plugin",

@@ -11,4 +11,3 @@ "types": "./types/index.d.ts",

"browser",
"ios",
"windows"
"ios"
]

@@ -24,4 +23,3 @@ },

"cordova-browser",
"cordova-ios",
"cordova-windows"
"cordova-ios"
],

@@ -46,2 +44,5 @@ "scripts": {

"7.0.0": {
"cordova-android": ">=12.0.0"
},
"8.0.0": {
"cordova": ">100"

@@ -52,4 +53,4 @@ }

"devDependencies": {
"@cordova/eslint-config": "^4.0.0"
"@cordova/eslint-config": "^5.0.0"
}
}

@@ -57,3 +57,2 @@ ---

- iOS
- Windows
- Browser

@@ -520,3 +519,2 @@

- iOS
- Windows

@@ -575,10 +573,2 @@ ### Quick Example

### Windows Quirks
- Windows devices can use MP3, M4A and WMA formats for recorded audio. However in most cases it is not possible to use MP3 for audio recording on _Windows Phone 8.1_ devices, because an MP3 encoder is [not shipped with Windows Phone](https://msdn.microsoft.com/en-us/library/windows/apps/windows.media.mediaproperties.mediaencodingprofile.createmp3.aspx).
- If a full path is not provided, the recording is placed in the `AppData/temp` directory. This can be accessed via the `File` API using `LocalFileSystem.TEMPORARY` or `ms-appdata:///temp/<filename>` URI.
- Any subdirectory specified at record time must already exist.
## media.stop

@@ -628,3 +618,2 @@

- iOS
- Windows

@@ -631,0 +620,0 @@ ### Quick Example

@@ -23,2 +23,20 @@ <!--

### 7.0.0 (Sep 07, 2023)
**Breaking Changes:**
* [GH-384](https://github.com/apache/cordova-plugin-media/pull/384) fix!: remove deprecated `windows` platform
* [GH-378](https://github.com/apache/cordova-plugin-media/pull/378) feat(android)!: bump file & **Android** requirements
**Features:**
* [GH-362](https://github.com/apache/cordova-plugin-media/pull/362) feat(ios): load media files with custom scheme+hostname and leading directory paths
* [GH-383](https://github.com/apache/cordova-plugin-media/pull/383) feat(android): increase audio encoding bitrate and sampling rate
* [GH-382](https://github.com/apache/cordova-plugin-media/pull/382) feat(android): support Android 13 permission checks and requests
**Others:**
* [GH-381](https://github.com/apache/cordova-plugin-media/pull/381) dep(dev)!: bump `@cordova/eslint-config@5.0.0`
* [GH-377](https://github.com/apache/cordova-plugin-media/pull/377) ci: sync github action workflow w/ paramedic base configs
### 6.1.0 (Sep 06, 2022)

@@ -25,0 +43,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet