Comparing version 0.6.2 to 0.6.3
# CHANGES to httpquery | ||
## 0.6.3 | ||
- fix: avoid erring on implicit `index.html` with query params | ||
## 0.6.2 | ||
@@ -4,0 +8,0 @@ |
@@ -86,3 +86,3 @@ // Todo: Make this integratable into a pipeline; ensure can use HTML or XML DOM with content-type accordingly | ||
url = url.replace(/(\/|\/\?.*)$/u, '/index.html').replace(/\?.*$/u, ''); | ||
url = url.replace(/(\/|\/\?.*)$/u, '/index.html').replace(/\?.*$/u, '') || 'index.html'; | ||
// url = require('url').parse(url).pathname; // Need to strip off request parameters? | ||
@@ -89,0 +89,0 @@ // console.log('url:'+url); |
{ | ||
"name": "httpquery", | ||
"version": "0.6.2", | ||
"version": "0.6.3", | ||
"author": "Brett Zamir", | ||
@@ -5,0 +5,0 @@ "contributors": [], |
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
61398