🚀 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.3.5
to
8.3.6
+1
-1
ios/Sources/NativeAudioPlugin/Plugin.swift

@@ -15,3 +15,3 @@ import AVFoundation

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

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

@@ -37,3 +37,2 @@ import AVFoundation

player.volume = self.initialVolume
player.rate = 1.0
self.playerItems.append(playerItem)

@@ -40,0 +39,0 @@ self.players.append(player)

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

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