Skip to content

Commit

Permalink
v10.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Mar 19, 2024
1 parent bef1575 commit 76e3d5a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
"test_all": "npm-run-all -s test-*",
"tsc": "node index clean --dir=types -i && npx tsc"
},
"version": "10.5.7"
"version": "10.5.8"
}
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
"tabs"
],
"short_name": "__MSG_extensionName__",
"version": "10.5.7"
"version": "10.5.8"
}
16 changes: 8 additions & 8 deletions types/src/lib/url/url-sanitizer-wo-dompurify.min.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare var be: {
declare var ye: {
"__#2@#e": number;
"__#2@#t": Set<any>;
replace(e: any): any;
Expand All @@ -15,18 +15,18 @@ declare var be: {
remove(e: any): boolean;
verify(e: any): boolean;
};
declare function ge(t: any): Promise<boolean>;
declare function ye(t: any): boolean;
declare function he(t: any): Promise<{
declare function ue(t: any): Promise<boolean>;
declare function ge(t: any): boolean;
declare function fe(t: any): Promise<{
[k: string]: any;
}>;
declare function ue(t: any): {
declare function he(t: any): {
[k: string]: any;
};
declare function de(t: any, e?: {
declare function me(t: any, e?: {
allow: any[];
deny: any[];
only: any[];
}): Promise<string>;
declare function fe(t: any, e: any): string;
export { be as default, ge as isURI, ye as isURISync, he as parseURL, ue as parseURLSync, de as sanitizeURL, fe as sanitizeURLSync };
declare function de(t: any, e: any): string;
export { ye as default, ue as isURI, ge as isURISync, fe as parseURL, he as parseURLSync, me as sanitizeURL, de as sanitizeURLSync };

0 comments on commit 76e3d5a

Please sign in to comment.