UNPKG
@zxcvbn-ts/matcher-pwned
Version:
beta (4.0.0-beta.2)
latest (3.0.4)
4.0.0-beta.2
4.0.0-beta.1
4.0.0-beta.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.2.0
1.1.0
HaveIBeenPwned Matcher for zxcvbn-ts
github.com/zxcvbn-ts/zxcvbn
zxcvbn-ts/zxcvbn
@zxcvbn-ts/matcher-pwned
/
dist
/
feedback.esm.js
12 lines
(10 loc)
•
275 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
var
FeedbackFactory
= (
options
=>
{
return
() =>
{
return
{
warning
: options.
translations
.
warnings
.
pwned
,
suggestions
: [options.
translations
.
suggestions
.
pwned
] }; }; });
export
{
FeedbackFactory
as
default
};
//# sourceMappingURL=feedback.esm.js.map