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

hlx-lib

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hlx-lib - npm Package Compare versions

Comparing version 0.0.26 to 0.0.27

8

package.json
{
"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);

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