🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@capgo/native-audio

Package Overview
Dependencies
Maintainers
1
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capgo/native-audio - npm Package Compare versions

Comparing version
8.2.9
to
8.2.10
+1
-1
android/build.gradle

@@ -72,3 +72,3 @@ ext {

androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
implementation 'androidx.media3:media3-exoplayer:1.9.0'
implementation 'androidx.media3:media3-exoplayer:1.9.2'

@@ -75,0 +75,0 @@ // HLS (m3u8) streaming support - optional dependency

@@ -16,3 +16,3 @@ import AVFoundation

public class NativeAudio: CAPPlugin, AVAudioPlayerDelegate, CAPBridgedPlugin {
private let pluginVersion: String = "8.2.9"
private let pluginVersion: String = "8.2.10"
public let identifier = "NativeAudio"

@@ -19,0 +19,0 @@ public let jsName = "NativeAudio"

{
"name": "@capgo/native-audio",
"version": "8.2.9",
"version": "8.2.10",
"description": "A native plugin for native audio engine",

@@ -5,0 +5,0 @@ "license": "MPL-2.0",