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

hlx-url-rewriter

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hlx-url-rewriter - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

6

default.js
const path = require('path');
const {URL} = require('url');
const debug = require('debug');
const print = debug('hlx-url-rewriter');
function tryCatch(...params) {

@@ -94,2 +97,4 @@ const func = params.shift();

print(`\t<<< "${uri}"`);
if (saveAsBaseUrl) {

@@ -117,2 +122,3 @@ baseHostName = '';

}
print(`\t>>> "${data.uri}"`);
data.__hlx_url_rewriter_visited__ = true;

@@ -119,0 +125,0 @@ }

6

package.json
{
"name": "hlx-url-rewriter",
"version": "0.0.5",
"version": "0.0.6",
"description": "A transform stream to modify URLs contained in HLS playlists",

@@ -58,3 +58,5 @@ "main": "index.js",

},
"dependencies": {},
"dependencies": {
"debug": "^4.1.1"
},
"devDependencies": {

@@ -61,0 +63,0 @@ "ava": "^2.1.0",

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