camouflage-rewrite
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -76,3 +76,2 @@ 'use strict' | ||
// store original request parameters | ||
console.log(req.headers) | ||
var original = storeOriginal(req) | ||
@@ -79,0 +78,0 @@ |
{ | ||
"name": "camouflage-rewrite", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Express middleware to rewrite a request to a different URL and optional also replace it in the response content", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -90,3 +90,3 @@ /* global describe it */ | ||
headers: { | ||
host: 'example.org', | ||
host: 'example.org' | ||
}, | ||
@@ -93,0 +93,0 @@ baseUrl: '/route', |
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
14825
6
404