append-query
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -18,3 +18,3 @@ var querystring = require('querystring') | ||
parts.query = null | ||
queryString = serialize(parsedQuery, opts) | ||
var queryString = serialize(parsedQuery, opts) | ||
parts.search = queryString ? '?' + queryString : null | ||
@@ -21,0 +21,0 @@ return url.format(parts) |
{ | ||
"name": "append-query", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Append querystring params to a URL.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -57,2 +57,5 @@ [![Build Status](https://travis-ci.org/lakenen/node-append-query.png?branch=master)](https://travis-ci.org/lakenen/node-append-query) | ||
* **2.0.1** | ||
- fix typo | ||
* **2.0.0** | ||
@@ -59,0 +62,0 @@ - fix [#5](https://github.com/lakenen/node-append-query/issues/5) |
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
8178
73