Comparing version 0.0.26 to 0.0.27
{ | ||
"name": "hlx-lib", | ||
"version": "0.0.26", | ||
"version": "0.0.27", | ||
"description": "A library for processing HLS streams", | ||
@@ -57,3 +57,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"hlx-file-reader": "0.0.12", | ||
"hlx-file-reader": "0.0.13", | ||
"hlx-file-writer": "0.0.16", | ||
@@ -65,4 +65,4 @@ "hlx-terminator": "0.0.5", | ||
"ava": "^2.4.0", | ||
"coveralls": "^3.0.6", | ||
"hls-parser": "^0.4.6", | ||
"coveralls": "^3.0.9", | ||
"hls-parser": "^0.5.0", | ||
"hlx-logger": "0.0.8", | ||
@@ -69,0 +69,0 @@ "hlx-util": "0.0.10", |
@@ -11,3 +11,4 @@ const {Readable} = require('stream'); | ||
} else { | ||
head = createReadStream(location, Object.assign(options, {rawResponse: true})); | ||
const defaultOpts = {rawResponse: true}; | ||
head = createReadStream(location, Object.assign(defaultOpts, options)); | ||
} | ||
@@ -14,0 +15,0 @@ return head.pipe(urlRewriter); |
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
6777
35
+ Addedhls-parser@0.5.1(transitive)
+ Addedhlx-file-reader@0.0.13(transitive)
- Removedhlx-file-reader@0.0.12(transitive)
Updatedhlx-file-reader@0.0.13