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

hlx-file-writer

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hlx-file-writer - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"name": "hlx-file-writer",
"version": "0.0.2",
"version": "0.0.3",
"description": "A writable stream to save HLS playlists/segments as local files",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -11,3 +11,3 @@ [![Build Status](https://travis-ci.org/hlxjs/hlx-file-writer.svg?branch=master)](https://travis-ci.org/hlxjs/hlx-file-writer)

## Features
* Being used with other `hls-streams` objects, it provides a functionality to write every HLS related data (playlist and segments) to your local filesystem.
* Being used with other [`hlx`](https://github.com/hlxjs) objects, it provides a functionality to write every HLS related data (playlist and segments) to your local filesystem.
* It determines the local path for each files based on the `uri` described in the HLS playlist.

@@ -14,0 +14,0 @@ * The hostname contained in the `uri` will be ignored (e.g. "https://foo.bar/abc/def.m3u8" is translated into "{rootPath}/abc/def.m3u8")

@@ -7,3 +7,3 @@ const stream = require('stream');

const print = debug('hls-streams-file-writer');
const print = debug('hlx-file-writer');

@@ -10,0 +10,0 @@ class WriteStream extends stream.Transform {

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