hlx-url-rewriter
Advanced tools
Comparing version 0.0.5 to 0.0.6
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 @@ } |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7252
126
1
+ Addeddebug@^4.1.1
+ Addeddebug@4.3.7(transitive)
+ Addedms@2.1.3(transitive)