strict-uri-encode

WebJar for strict-uri-encode

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

strict-uri-encode
Последняя версия

Последняя версия

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

strict-uri-encode
WebJar for strict-uri-encode
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать strict-uri-encode

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
2.0.0
1.1.0
1.0.0