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.9 to 0.0.10

7

file.js

@@ -31,3 +31,8 @@ const fs = require('fs');

if (obj) {
localPath = path.join(outputDir, obj.pathname);
if (obj.protocol === 'file:') {
const pathname = path.relative(inputDir, obj.pathname);
localPath = path.join(outputDir, pathname);
} else {
localPath = path.join(outputDir, obj.pathname);
}
} else {

@@ -34,0 +39,0 @@ const pathname = path.relative(inputDir, path.join(parentUri, uri));

2

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

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

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