Maik 605bfceacd module %!s(int64=3) %!d(string=hai) anos
..
lib 605bfceacd module %!s(int64=3) %!d(string=hai) anos
test 605bfceacd module %!s(int64=3) %!d(string=hai) anos
.editorconfig 605bfceacd module %!s(int64=3) %!d(string=hai) anos
.gitattributes 605bfceacd module %!s(int64=3) %!d(string=hai) anos
.travis.yml 605bfceacd module %!s(int64=3) %!d(string=hai) anos
CHANGELOG.md 605bfceacd module %!s(int64=3) %!d(string=hai) anos
LICENSE 605bfceacd module %!s(int64=3) %!d(string=hai) anos
code-points.mem 605bfceacd module %!s(int64=3) %!d(string=hai) anos
generate-code-points.js 605bfceacd module %!s(int64=3) %!d(string=hai) anos
index.js 605bfceacd module %!s(int64=3) %!d(string=hai) anos
package.json 605bfceacd module %!s(int64=3) %!d(string=hai) anos
readme.md 605bfceacd module %!s(int64=3) %!d(string=hai) anos

readme.md

saslprep

Build Status npm node license downloads

Stringprep Profile for User Names and Passwords, rfc4013

Usage

const saslprep = require('saslprep')

saslprep('password\u00AD') // password
saslprep('password\u0007') // Error: prohibited character

API

saslprep(input: String, opts: Options): String

Normalize user name or password.

Options.allowUnassigned: bool

A special behavior for unassigned code points, see https://tools.ietf.org/html/rfc4013#section-2.5. Disabled by default.

License

MIT, 2017-2019 (c) Dmitriy Tsvettsikh