Socket
Socket
Sign inDemoInstall

urlsearchparams

Package Overview
Dependencies
2
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    urlsearchparams

implementaion of URLSearchParams at WHATWG Living Standard https://url.spec.whatwg.org/


Version published
Weekly downloads
3.3K
decreased by-12.05%
Maintainers
1
Install size
104 kB
Created
Weekly downloads
 

Readme

Source

Isomorphic URLSearchParams Implementation

status

WIP

motivation

implementation of URLSearchParams of https://url.spec.whatwg.org/ in pure javascript. polyfill for browser, and implemnt for node.js. make it isomorphic.

install

$ npm install urlsearchparams

build and test

$ npm install
$ npm test

and also open test/index.html in your browser and see console.

for TypeScript

use urlsearchparams.d.ts

other types which this scripts depends on are in types directory.

release process

  • develop/maintain on master branch
  • if finished, dump version to new one in package.json
  • checkout release and merge master --no-ff
  • build via npm test
  • commit build
  • add tag
  • push to github
  • npm publish

License

The MIT License (MIT) Copyright (c) 2013 Jxck

Keywords

FAQs

Last updated on 15 Feb 2015

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc