Skip to content

Commit

Permalink
Build with security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ncipollo committed Nov 11, 2022
1 parent 94ba387 commit 443f2c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5654,6 +5654,9 @@ function range(a, b, str) {
var i = ai;

if (ai >= 0 && bi > 0) {
if(a===b) {
return [ai, bi];
}
begs = [];
left = str.length;

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 443f2c0

Please # to comment.