updated npm modules
This commit is contained in:
8
node_modules/parseurl/index.js
generated
vendored
8
node_modules/parseurl/index.js
generated
vendored
@@ -128,11 +128,15 @@ function fastparse (str) {
|
||||
var url = Url !== undefined
|
||||
? new Url()
|
||||
: {}
|
||||
|
||||
url.path = str
|
||||
url.href = str
|
||||
url.pathname = pathname
|
||||
url.query = query
|
||||
url.search = search
|
||||
|
||||
if (search !== null) {
|
||||
url.query = query
|
||||
url.search = search
|
||||
}
|
||||
|
||||
return url
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user