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

@tidal-music/player

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tidal-music/player - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

dist/basePlayer-D961QvOs.js

12

dist/index.d.ts

@@ -20,3 +20,3 @@ import { CredentialsProvider } from '@tidal-music/common';

export declare type Codec = 'aac' | 'flac' | 'mp3' | 'mqa';
export declare type Codec = 'aac' | 'flac' | 'mp3';

@@ -216,3 +216,3 @@ declare type CommonErrorIds = 'EUnexpected';

declare type OutputType = 'airplay' | 'bluetooth' | 'builtIn' | 'displayPort' | 'hdmi' | 'mqa' | 'systemDefault' | 'usb' | 'windowsCommunication';
declare type OutputType = 'airplay' | 'bluetooth' | 'builtIn' | 'displayPort' | 'hdmi' | 'systemDefault' | 'usb' | 'windowsCommunication';

@@ -408,10 +408,2 @@ /**

/**
* Set pass through to enabled or not. Only available for native player.
*
* @param {boolean} passThrough - The desired mode.
* @returns {Promise<boolean>} - The mode we now use.
*/
export declare function setOutputDevicePassThrough(passThrough: boolean): Promise<boolean>;
/**
* Set the AudioQuality to use when streaming over WiFi.

@@ -418,0 +410,0 @@ *

@@ -1,2 +0,2 @@

import { D as a, e as t, E as i, F as o, C as l, G as r, H as u, I as n, J as d, K as g, L as p, x as v, M as m, N as P, O as c, Q as y, R as M, S as A, T as D, U as L, V as N, W as O, X as f, Y as x, Z as C, _ as S, $ as V, a0 as b, a1 as k } from "./index-DCLLCwBV.js";
import { E as a, e as t, F as i, G as o, D as l, H as r, I as u, J as n, K as d, L as g, M as p, y as m, N as v, O as y, Q as P, R as c, S as M, T as A, U as L, V as N, W as f, X as D, Y as O, Z as S, _ as V, $ as b, a0 as k, a1 as x } from "./index-D2TfOBRC.js";
export {

@@ -14,20 +14,19 @@ a as bootstrap,

p as getVolumeLevel,
v as load,
m as pause,
P as play,
c as reset,
y as seek,
m as load,
v as pause,
y as play,
P as reset,
c as seek,
M as setApiUrl,
A as setAppVersion,
D as setClientPlatform,
L as setCredentialsProvider,
N as setEventUrl,
O as setLoudnessNormalizationMode,
f as setNext,
x as setOutputDevice,
C as setOutputDeviceMode,
S as setOutputDevicePassThrough,
V as setStreamingWifiAudioQuality,
b as setVolumeLevel,
k as startNativePlayer
L as setClientPlatform,
N as setCredentialsProvider,
f as setEventUrl,
D as setLoudnessNormalizationMode,
O as setNext,
S as setOutputDevice,
V as setOutputDeviceMode,
b as setStreamingWifiAudioQuality,
k as setVolumeLevel,
x as startNativePlayer
};
{
"name": "@tidal-music/player",
"version": "0.3.0",
"version": "0.4.0",
"description": "Player logic for TIDAL",

@@ -63,4 +63,4 @@ "type": "module",

"@tidal-music/auth": "^1.3.1",
"@tidal-music/true-time": "^0.3.0",
"@tidal-music/common": "^0.1.5"
"@tidal-music/common": "^0.1.5",
"@tidal-music/true-time": "^0.3.0"
},

@@ -67,0 +67,0 @@ "scripts": {

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