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

@tidal-music/player

Package Overview
Dependencies
Maintainers
4
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.1.2 to 0.1.3

dist/_commonjsHelpers-DaMA6jEr.js

2

dist/index.js

@@ -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-CfEGZVIX.js";
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-CftMFpwf.js";
export {

@@ -3,0 +3,0 @@ a as bootstrap,

{
"name": "@tidal-music/player",
"version": "0.1.2",
"version": "0.1.3",
"description": "Player logic for TIDAL",

@@ -32,35 +32,33 @@ "type": "module",

"devDependencies": {
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@esm-bundle/chai": "^4.3.4-fix.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.1",
"@rollup/plugin-typescript": "^11.1.0",
"@types/js-levenshtein": "^1.1.1",
"@types/mocha": "^10.0.2",
"@types/node": "^20.4.5",
"@types/sinon": "^17.0.0",
"@web/dev-server-esbuild": "^1.0.0",
"@web/dev-server-rollup": "^0.6.0",
"@web/test-runner": "^0.18.0",
"bowser": "^2.11.0",
"cypress": "^13.6.3",
"esbuild": "^0.19.0",
"gh-pages": "^5.0.0",
"idb-keyval": "^6.2.1",
"js-levenshtein": "^1.1.6",
"mux.js": "^6.2.0",
"rollup": "^4.0.0",
"shaka-player": "^4.7.4",
"sinon": "^17.0.0",
"typescript": "^5.2.2",
"vite": "5.0.12",
"vite-plugin-dts": "3.7.1",
"vitest": "0.34.6",
"@tidal-music/auth": "^1.1.2",
"@tidal-music/true-time": "^0.1.2",
"@tidal-music/common": "^0.1.4"
"@babel/preset-env": "7.24.0",
"@babel/preset-typescript": "7.23.3",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.6",
"@types/js-levenshtein": "1.1.3",
"@types/mocha": "10.0.6",
"@types/node": "20.11.24",
"@types/sinon": "17.0.3",
"@web/dev-server-esbuild": "1.0.2",
"@web/dev-server-rollup": "0.6.1",
"@web/test-runner": "0.18.0",
"bowser": "2.11.0",
"chai": "5.1.0",
"cypress": "13.6.6",
"esbuild": "0.20.1",
"js-levenshtein": "1.1.6",
"mux.js": "6.3.0",
"rollup": "4.12.0",
"shaka-player": "4.7.11",
"sinon": "17.0.1",
"typescript": "5.3.3",
"vite": "5.1.4",
"vite-plugin-dts": "3.7.3",
"vitest": "1.3.1",
"@tidal-music/auth": "^1.2.2",
"@tidal-music/common": "^0.1.5",
"@tidal-music/true-time": "^0.2.1"
},

@@ -76,3 +74,3 @@ "scripts": {

"lint:fix": "pnpm run lint --fix",
"types": "tsc",
"typecheck": "tsc",
"internal:cypress:open": "pnpm cypress open",

@@ -79,0 +77,0 @@ "internal:cypress:run": "pnpm cypress run",

@@ -31,6 +31,4 @@ # TIDAL Player

To load TIDAL Player into project locally without publishing to npm; DO NOT use `pnpm link`, `yarn link` or `npm link`. These are _bad tools_ which _DO NOT WORK_.
To load TIDAL Player into a project locally without publishing to npm; using `pnpm link`, `yarn link` or `npm link` can be problematic, especially if your project does not also use pnpm like this repo does. If so, you need to manually configure a "hard link" using the `file:` protocol in package.json of the destination project like so:
Manually configure a "hard link" using the `file:` protocol in package.json of the destination project like so:
1. Open the package.json in the project. (in the case of webclient, the root one)

@@ -37,0 +35,0 @@ 2. Add or edit a `"resolutions"` property on the top level. (this is an object)

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