You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, after loading the zxcvbn.js script directly (either synchronously or asynchronously), you'd call it withwindow.zxcvbn(password).
After commit 5407bc2, you have to do window.zxcvbn.zxcvbn(password), which is a backwards-incompatible change. If that was intentional, you'll want to publish a new major revision instead of a new patch revision as you did.
The text was updated successfully, but these errors were encountered:
Previously, after loading the zxcvbn.js script directly (either synchronously or asynchronously), you'd call it with
window.zxcvbn(password)
.After commit 5407bc2, you have to do
window.zxcvbn.zxcvbn(password)
, which is a backwards-incompatible change. If that was intentional, you'll want to publish a new major revision instead of a new patch revision as you did.The text was updated successfully, but these errors were encountered: