Comparing version 0.6.0 to 0.6.1
@@ -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)) { |
{ | ||
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2625623
14936