query-string
Advanced tools
Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "query-string", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Parse and stringify URL query strings", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# query-string [![Build Status](https://secure.travis-ci.org/sindresorhus/query-string.png?branch=master)](http://travis-ci.org/sindresorhus/query-string) | ||
# query-string [![Build Status](https://travis-ci.org/sindresorhus/query-string.svg?branch=master)](https://travis-ci.org/sindresorhus/query-string) | ||
@@ -8,24 +8,16 @@ > Parse and stringify URL [query strings](http://en.wikipedia.org/wiki/Query_string) | ||
Download [manually](https://github.com/sindresorhus/query-string/releases) or with a package-manager. | ||
#### [npm](https://npmjs.org/package/query-string) | ||
```sh | ||
$ npm install --save query-string | ||
``` | ||
npm install --save query-string | ||
``` | ||
#### [Bower](http://bower.io) | ||
```sh | ||
$ bower install --save query-string | ||
``` | ||
bower install --save query-string | ||
``` | ||
#### [Component](https://github.com/component/component) | ||
```sh | ||
$ component install sindresorhus/query-string | ||
``` | ||
component install sindresorhus/query-string | ||
``` | ||
## Example | ||
## Usage | ||
@@ -42,2 +34,3 @@ ```js | ||
parsed.ilike = 'pizza'; | ||
location.search = queryString.stringify(parsed); | ||
@@ -80,2 +73,2 @@ | ||
MIT © [Sindre Sorhus](http://sindresorhus.com) | ||
[MIT](http://opensource.org/licenses/MIT) © [Sindre Sorhus](http://sindresorhus.com) |
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
3613
72