strict-uri-encode
Advanced tools
Weekly downloads
Readme
A stricter URI encode adhering to RFC 3986
$ npm install --save strict-uri-encode
const strictUriEncode = require('strict-uri-encode');
strictUriEncode('unicorn!foobar');
//=> 'unicorn%21foobar'
strictUriEncode('unicorn*foobar');
//=> 'unicorn%2Afoobar'
Type: string
, number
String to URI encode.
MIT © Kevin Mårtensson
FAQs
A stricter URI encode adhering to RFC 3986
The npm package strict-uri-encode receives a total of 7,883,416 weekly downloads. As such, strict-uri-encode popularity was classified as popular.
We found that strict-uri-encode demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.