File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55 "main" : " index.js" ,
66 "type" : " module" ,
77 "scripts" : {
8- "build" : " deno build.ts --tagName 1.69.1b2 > ubo.js" ,
8+ "build" : " deno build.ts --tagName 1.69.1b3 > ubo.js" ,
99 "test" : " node --test"
1010 },
1111 "author" : {
Original file line number Diff line number Diff line change @@ -33902,7 +33902,7 @@ function trustedClickElement(
3390233902 const pos2 = s2.indexOf('=');
3390333903 const key = pos2 !== -1 ? s2.slice(0, pos2).trim() : s2;
3390433904 const value = pos2 !== -1 ? s2.slice(pos2+1).trim() : '';
33905- out.re = new RegExp(`^${this .escapeRegexChars(key)}=${this .escapeRegexChars(value)}`);
33905+ out.re = new RegExp(`^${safe .escapeRegexChars(key)}=${safe .escapeRegexChars(value)}`);
3390633906 return out;
3390733907 }).filter(details => details !== undefined);
3390833908 const allCookies = assertions.some(o => o.type === 'cookie')
You can’t perform that action at this time.
0 commit comments