Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis.Learn more
Socket
Socket

urlsearchparams

Package Overview
Dependencies
1
Maintainers
1
Versions
11
Issues
File Explorer

Advanced tools

urlsearchparams

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

    0.1.1latest
    GitHub
    npm

Version published
Maintainers
1
Weekly downloads
358
increased by30.66%

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 installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
Socket SOC 2 Logo

Product

  • Package Issues
  • 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