Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "mediaxml", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"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": { |
@@ -326,2 +326,4 @@ const { clearScreenDown, cursorTo, moveCursor } = require('readline') | ||
key = history.head || key | ||
} else if ('left' === key.name || 'right' === key.name) { | ||
return | ||
} | ||
@@ -398,4 +400,4 @@ | ||
this.history.init().catch(this.onerror) | ||
} | ||
/** | ||
@@ -402,0 +404,0 @@ * @public |
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
2625698
14938