Socket
Socket
Sign inDemoInstall

icecast-metadata-player

Package Overview
Dependencies
11
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.17.1 to 1.17.2

build/icecast-metadata-player-1.17.2.common.min.js

22

package.json
{
"name": "icecast-metadata-player",
"version": "1.17.1",
"version": "1.17.2",
"description": "Simple to use Javascript class that plays an Icecast stream with real-time metadata updates",

@@ -22,5 +22,11 @@ "keywords": [

},
"main": "build/icecast-metadata-player-1.14.4.min.js",
"module": "src/IcecastMetadataPlayer.js",
"types": "types/icecast-metadata-player.d.ts",
"main": "./build/icecast-metadata-player-1.14.4.min.js",
"module": "./src/IcecastMetadataPlayer.js",
"types": "./types/icecast-metadata-player.d.ts",
"exports": {
"script": "./build/icecast-metadata-player-1.14.4.min.js",
"module": "./src/IcecastMetadataPlayer.js",
"types": "./types/icecast-metadata-player.d.ts",
"default": "./src/IcecastMetadataPlayer.js"
},
"type": "module",

@@ -54,11 +60,11 @@ "repository": {

"dependencies": {
"@wasm-audio-decoders/flac": "0.2.1",
"@wasm-audio-decoders/ogg-vorbis": "0.1.12",
"@wasm-audio-decoders/flac": "0.2.2",
"@wasm-audio-decoders/ogg-vorbis": "0.1.13",
"codec-parser": "2.4.3",
"icecast-metadata-js": "1.2.8",
"mpg123-decoder": "0.4.10",
"mpg123-decoder": "0.4.11",
"mse-audio-wrapper": "1.4.14",
"opus-decoder": "0.7.3",
"opus-decoder": "0.7.4",
"synaudio": "0.3.5"
}
}

@@ -81,11 +81,11 @@ # Icecast Metadata Player

| - | - |
| <a href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-player/build/icecast-metadata-player-1.17.1.main.min.js" download>`icecast-metadata-player-1.17.1.main.min.js`</a> | Core functionality (playback, metadata) <br> **Use this file in your `<script>` tag** |
| <a href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-player/build/icecast-metadata-player-1.17.1.synaudio.min.js" download>`icecast-metadata-player-1.17.1.synaudio.min.js`</a> | Gapless playback support |
| <a href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-player/build/icecast-metadata-player-1.17.1.mediasource.min.js" download>`icecast-metadata-player-1.17.1.mediasource.min.js`</a> | Mediasource playback support |
| <a href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-player/build/icecast-metadata-player-1.17.1.mpeg.min.js" download>`icecast-metadata-player-1.17.1.mpeg.min.js`</a> | MPEG playback support (webaudio) |
| <a href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-player/build/icecast-metadata-player-1.17.1.flac.min.js" download>`icecast-metadata-player-1.17.1.flac.min.js`</a> | FLAC playback support (webaudio) |
| <a href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-player/build/icecast-metadata-player-1.17.1.opus.min.js" download>`icecast-metadata-player-1.17.1.opus.min.js`</a> | Opus playback support (webaudio) |
| <a href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-player/build/icecast-metadata-player-1.17.1.vorbis.min.js" download>`icecast-metadata-player-1.17.1.vorbis.min.js`</a> | Vorbis playback support (webaudio) |
| <a href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-player/build/icecast-metadata-player-1.17.1.common.min.js" download>`icecast-metadata-player-1.17.1.common.min.js`</a> | Common functions (webaudio) |
2. Add a `<script>` tag referencing `icecast-metadata-player-1.17.1.main.min.js` in your html.
| <a href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-player/build/icecast-metadata-player-1.17.2.main.min.js" download>`icecast-metadata-player-1.17.2.main.min.js`</a> | Core functionality (playback, metadata) <br> **Use this file in your `<script>` tag** |
| <a href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-player/build/icecast-metadata-player-1.17.2.synaudio.min.js" download>`icecast-metadata-player-1.17.2.synaudio.min.js`</a> | Gapless playback support |
| <a href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-player/build/icecast-metadata-player-1.17.2.mediasource.min.js" download>`icecast-metadata-player-1.17.2.mediasource.min.js`</a> | Mediasource playback support |
| <a href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-player/build/icecast-metadata-player-1.17.2.mpeg.min.js" download>`icecast-metadata-player-1.17.2.mpeg.min.js`</a> | MPEG playback support (webaudio) |
| <a href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-player/build/icecast-metadata-player-1.17.2.flac.min.js" download>`icecast-metadata-player-1.17.2.flac.min.js`</a> | FLAC playback support (webaudio) |
| <a href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-player/build/icecast-metadata-player-1.17.2.opus.min.js" download>`icecast-metadata-player-1.17.2.opus.min.js`</a> | Opus playback support (webaudio) |
| <a href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-player/build/icecast-metadata-player-1.17.2.vorbis.min.js" download>`icecast-metadata-player-1.17.2.vorbis.min.js`</a> | Vorbis playback support (webaudio) |
| <a href="https://raw.githubusercontent.com/eshaz/icecast-metadata-js/master/src/icecast-metadata-player/build/icecast-metadata-player-1.17.2.common.min.js" download>`icecast-metadata-player-1.17.2.common.min.js`</a> | Common functions (webaudio) |
2. Add a `<script>` tag referencing `icecast-metadata-player-1.17.2.main.min.js` in your html.
3. `IcecastMetadataPlayer` is made available as a global variable in your webpage to use wherever.

@@ -96,3 +96,3 @@

```html
<script src="icecast-metadata-player-1.17.1.main.min.js"></script>
<script src="icecast-metadata-player-1.17.2.main.min.js"></script>
<script>

@@ -442,3 +442,3 @@ const onMetadata = (metadata) => {

IcecastMetadataPlayer builds are supplied with a source map, which allows the minified code to be viewed as fully formatted code in a browser debugger.
* To enable the source map, simply copy `icecast-metadata-player-1.17.1.min.js.map` located in the build folder of this project to the location along side `icecast-metadata-player-1.17.1.min.js` in your website.
* To enable the source map, simply copy `icecast-metadata-player-1.17.2.min.js.map` located in the build folder of this project to the location along side `icecast-metadata-player-1.17.2.min.js` in your website.
* The source map can be used to step through and debug the code as well as see the full variable names and file origin on stack traces if you are facing any issues.

@@ -445,0 +445,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc