[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#854503: ITP: node-strict-uri-encode -- A stricter URI encode adhering to RFC 3986



Package: wnpp
Severity: wishlist
Owner: Shirish Togarla <shirishtogarla533@gmail.com>
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name    : node-strict-uri-encode
  Version         : 2.0.0
  Upstream Author : Kevin Mårtensson <kevinmartensson@gmail.com> (github.com/kevva)
* URL             : https://github.com/kevva/strict-uri-encode#readme
* License         : Expat
  Programming Lang: _javascript_
  Description     : A stricter URI encode adhering to RFC 3986

 A stricter URI encode adhering to [RFC 3986].For example
 const strictUriEncode = require('strict-uri-encode');
 strictUriEncode('unicorn!foobar');
 //=> 'unicorn%21foobar'
 strictUriEncode('unicorn*foobar');
 //=> 'unicorn%2Afoobar'

Reply to: