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

httpquery

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

httpquery - npm Package Compare versions

Comparing version 0.6.2 to 0.6.3

4

CHANGES.md
# CHANGES to httpquery
## 0.6.3
- fix: avoid erring on implicit `index.html` with query params
## 0.6.2

@@ -4,0 +8,0 @@

2

Node/index.js

@@ -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": [],

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