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.1.0 to 1.1.1

2

classes/MPD.js

@@ -90,3 +90,3 @@ /*

let str = xml.serializeToString(this.mpd)
const file = new Blob([str], {
const file = new Blob(['<?xml version="1.0" encoding="UTF-8"?>'+str], {
type: "application/xml",

@@ -93,0 +93,0 @@ })

{
"name": "dash-manifest-creator",
"version": "1.1.0",
"version": "1.1.1",
"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