-
In Meteor, I've been dynamically importing and using **zxcvbn** and it works great.
`import('/node_modules/zxcvbn/dist/zxcvbn.js').then( ({default:zxcvbn}) => {`
Meteor offers ECMA2020 style dynam…
-
Thanks for the great work! I just switched over from the original dropbox-"zxcvbn" and I'm very happy.
One thing that made my implementation a bit cumbersome is the fact that most types are not expor…
-
In the changelog it is noted that AZERTY support is added in 0.3.0, but this is not yet reflected in the documentation (which is for 1.0.0 beta, I think). How do you enable it?
In the documentation…
-
Hello! I updated zod from `^1.11.16` to `^3.1.0` and I get a stack depth error when using `refine`
```javascript
import * as z from "zod";
import zxcvbn from "zxcvbn";
const createUserSchema =…
-
zxcvbn is great but the dictionary is huge! When I build my application it would be nice if there was a way to load zxcvbn using a promise, in which it will acquire the dictionary from a CDN, parse an…
-
Hi,
First of all thanks a lot for this work. The original Dropbox library desperately needed maintenance.
I saw that french translations were recently added by someone, in looking into this I noti…
-
My english sucks so i need some help to sort out the documentation and fix the spelling and grammar
-
**Problem**:
When building a Vue 3.0 project that hasn't been built before, the plugin raises errors e.g. (the actual error depends on the configuration):
```
[vite-plugin-pwa] Couldn't find confi…
-
I followed the steps in the readme as best I could. It appears to not compile properly. A number of the patches do not apply as they cannot find the file to patch. After commenting out the patches tha…
rkfox updated
3 years ago
-
## 🐛 Bug Report
I'm writing a REST service using the following packages;
Typescript: 2.9.2
Jest: 23.6.0
Routing-controllers: 0.7.7
zxcvbn: 4.4.2
The service consists of a single controller and…