strict-uri-encode

WebJar for strict-uri-encode

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

strict-uri-encode
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

strict-uri-encode
WebJar for strict-uri-encode
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/kevva/strict-uri-encode

Download strict-uri-encode

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/strict-uri-encode/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>strict-uri-encode</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/strict-uri-encode/
implementation 'org.webjars.npm:strict-uri-encode:2.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/strict-uri-encode/
implementation ("org.webjars.npm:strict-uri-encode:2.0.0")
'org.webjars.npm:strict-uri-encode:jar:2.0.0'
<dependency org="org.webjars.npm" name="strict-uri-encode" rev="2.0.0">
  <artifact name="strict-uri-encode" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='strict-uri-encode', version='2.0.0')
)
libraryDependencies += "org.webjars.npm" % "strict-uri-encode" % "2.0.0"
[org.webjars.npm/strict-uri-encode "2.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

strict-uri-encode Build Status

A stricter URI encode adhering to RFC 3986

Install

$ npm install strict-uri-encode

Usage

const strictUriEncode = require('strict-uri-encode');

strictUriEncode('unicorn!foobar');
//=> 'unicorn%21foobar'

strictUriEncode('unicorn*foobar');
//=> 'unicorn%2Afoobar'

API

strictUriEncode(string)

string

Type: string | number

String to URI encode.


Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Versions

Version
2.0.0
1.1.0
1.0.0