Benjamin

Results 16 comments of Benjamin

See this pull request: https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/7710

Curious why this isn't being updated in npm? It gets over 3M downloads a week, for a version that has been vulnerable for years! https://github.com/advisories/GHSA-4r6h-8v6p-xvw6 If the issue is they...

See this pull request: https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/7710

That's only about 1ms per rule, right? Doesn't seem excessive from the json-rules-engine standpoint - seems exceptionally fast actually. But of course combined, 10-15 seconds is far too long for...

Seems to be too many dependencies and sub-dependencies in bcrypt... npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if...

For my use case, I discovered that I could use crypto.pbkdf2 incorporated right into NodeJS, and didn't actually need bcrypt at all. Fewer dependencies (none for this) and seems to...