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

mediaxml

Package Overview
Dependencies
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mediaxml - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

4

document.js

@@ -71,2 +71,6 @@ const { ParserNode, Parser } = require('./parser')

if (input && 'object' === typeof input && input.parser instanceof Parser) {
return new this(input.parser, opts)
}
if ('string' === typeof input) {

@@ -73,0 +77,0 @@ if (/[<|>|=|"|'|.]+/g.test(input)) {

2

package.json
{
"name": "mediaxml",
"version": "0.6.0",
"version": "0.6.1",
"description": "A general purpose module for working with XML that includes first class support for media manifests like ADI, mRSS, and SCTE-236.",

@@ -5,0 +5,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