Socket
Socket
Sign inDemoInstall

m3u8stream

Package Overview
Dependencies
2
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.5 to 0.8.6

2

dist/index.js

@@ -16,3 +16,3 @@ "use strict";

let m3u8stream = ((playlistURL, options = {}) => {
const stream = new stream_1.PassThrough();
const stream = new stream_1.PassThrough({ highWaterMark: options.highWaterMark });
const chunkReadahead = options.chunkReadahead || 3;

@@ -19,0 +19,0 @@ // 20 seconds.

@@ -13,3 +13,3 @@ {

],
"version": "0.8.5",
"version": "0.8.6",
"repository": {

@@ -16,0 +16,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc