brendanashworth / generate-password

NodeJS library for generating cryptographically-secure passwords.
MIT License
354 stars 67 forks source link

Add support for named exports #67

Closed perrin4869 closed 2 years ago

perrin4869 commented 2 years ago

Been playing around extensively with esm in node.js recently updating my own modules too, so I thought I'd tackle this too. Closes #58

perrin4869 commented 2 years ago

@brendanashworth thanks for merging! The CI is failing due to a false-positive, it just can't load the new test-file. I could fix it either by ignoring the test file in node 10, or since node 10 is EOL now, you could release a new version dropping support...

brendanashworth commented 2 years ago

@perrin4869 thanks for the contribution! I'm just going to remove v10 from the CI if it's EOL.

I'll push out a minor release for this.