🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

micro-qs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micro-qs

A micro query string serialization/deserialization plugin

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
4
-20%
Maintainers
1
Weekly downloads
 
Created
Source

micro-qs

微型浏览器查询字符串处理工具

分割浏览器查询字符串,不支持嵌套

使用方法:

const qs = require('micro-qs');
const parse = require('micro-qs/parse'); // 提供解析函数, 未完成

console.log(qs); // { a: 'b', c: 'd' }
console.log(parse('q=w&e=r')); // { q: 'w', e: 'r' }

Keywords

querystring

FAQs

Package last updated on 14 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts