Socket
Socket
Sign inDemoInstall

dash-manifest-creator

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dash-manifest-creator - npm Package Compare versions

Comparing version 1.0.6 to 1.1.0

3

classes/MPD.js

@@ -72,3 +72,2 @@ /*

createSegmentTemplate (el, timescale = "1000", duration = "2000", startNumber = "1", videoData = this.video, media = '') {
console.log('MEDIA:::',decodeURI(media))
const st = this.doc.createElement('SegmentTemplate')

@@ -81,3 +80,2 @@ st.setAttribute('timescale', timescale)

el.appendChild(st)
console.log('ST:::', st)
return st

@@ -94,3 +92,2 @@ }

let str = xml.serializeToString(this.mpd)
str = str.replaceAll('&', '&')
const file = new Blob([str], {

@@ -97,0 +94,0 @@ type: "application/xml",

2

package.json
{
"name": "dash-manifest-creator",
"version": "1.0.6",
"version": "1.1.0",
"description": "A pure javascript package for creating MPEG-DASH manifests in the browser.",

@@ -5,0 +5,0 @@ "main": "index.js",

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