Skip to content

1.0.8: Fix isValidSHA1

Compare
Choose a tag to compare
@cdupuis cdupuis released this 31 May 16:55
· 65 commits to main since this release
Lint fix broke isValidSHA1.  Use RegExp.test rather than
string.match.  Anchor regular expression.  Add tests.

[changelog:fixed]