Skip to content

Commit

Permalink
v12.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Feb 5, 2025
1 parent c2331b8 commit 63b70fe
Show file tree
Hide file tree
Showing 10 changed files with 229 additions and 236 deletions.
395 changes: 194 additions & 201 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,31 +13,31 @@
},
"type": "module",
"dependencies": {
"dompurify": "^3.2.3",
"url-sanitizer": "^2.0.6",
"webext-schema": "^5.5.2"
"dompurify": "^3.2.4",
"url-sanitizer": "^2.0.7",
"webext-schema": "^5.5.3"
},
"devDependencies": {
"@asamuzakjp/dom-selector": "^6.4.0",
"@types/node": "^22.10.7",
"@asamuzakjp/dom-selector": "^6.4.2",
"@types/node": "^22.13.1",
"addons-linter": "^7.8.0",
"c8": "^10.1.3",
"commander": "^13.1.0",
"copyfiles": "^2.4.1",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-jsdoc": "^50.6.2",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.14.0",
"html-validate": "^9.1.3",
"html-validate": "^9.2.0",
"jsdom": "^26.0.0",
"mocha": "^11.0.1",
"neostandard": "^0.12.0",
"mocha": "^11.1.0",
"neostandard": "^0.12.1",
"npm-run-all2": "^7.0.2",
"sinon": "^19.0.2",
"stylelint": "^16.13.2",
"stylelint": "^16.14.1",
"stylelint-config-standard": "^37.0.0",
"typescript": "^5.7.3",
"undici": "^7.3.0"
Expand All @@ -60,5 +60,5 @@
"test_all": "npm-run-all -s test-*",
"tsc": "node index clean --dir=types -i && npx tsc"
},
"version": "12.1.0"
"version": "12.1.1"
}
2 changes: 1 addition & 1 deletion src/lib/purify/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DOMPurify
Copyright 2024 Dr.-Ing. Mario Heiderich, Cure53
Copyright 2025 Dr.-Ing. Mario Heiderich, Cure53

DOMPurify is free software; you can redistribute it and/or modify it under the
terms of either:
Expand Down
14 changes: 7 additions & 7 deletions src/lib/purify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"url": "git://github.com/cure53/DOMPurify.git"
},
"type": "commonjs",
"version": "3.2.3",
"version": "3.2.4",
"origins": [
{
"file": "LICENSE",
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.2.3/LICENSE",
"cdn": "https://unpkg.com/[email protected].3/LICENSE"
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.2.4/LICENSE",
"cdn": "https://unpkg.com/[email protected].4/LICENSE"
},
{
"file": "purify.min.js",
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.2.3/dist/purify.min.js",
"cdn": "https://unpkg.com/[email protected].3/dist/purify.min.js"
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.2.4/dist/purify.min.js",
"cdn": "https://unpkg.com/[email protected].4/dist/purify.min.js"
},
{
"file": "purify.min.js.map",
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.2.3/dist/purify.min.js.map",
"cdn": "https://unpkg.com/[email protected].3/dist/purify.min.js.map"
"raw": "https://raw.githubusercontent.com/cure53/DOMPurify/3.2.4/dist/purify.min.js.map",
"cdn": "https://unpkg.com/[email protected].4/dist/purify.min.js.map"
}
]
}
4 changes: 2 additions & 2 deletions src/lib/purify/purify.min.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions src/lib/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
"url": "https://github.com/asamuzaK/urlSanitizer.git"
},
"type": "module",
"version": "2.0.6",
"version": "2.0.7",
"origins": [
{
"file": "LICENSE",
"raw": "https://raw.githubusercontent.com/asamuzaK/urlSanitizer/v2.0.6/LICENSE",
"cdn": "https://unpkg.com/[email protected].6/LICENSE"
"raw": "https://raw.githubusercontent.com/asamuzaK/urlSanitizer/v2.0.7/LICENSE",
"cdn": "https://unpkg.com/[email protected].7/LICENSE"
},
{
"file": "url-sanitizer-wo-dompurify.min.js",
"raw": "https://raw.githubusercontent.com/asamuzaK/urlSanitizer/v2.0.6/dist/url-sanitizer-wo-dompurify.min.js",
"cdn": "https://unpkg.com/[email protected].6/dist/url-sanitizer-wo-dompurify.min.js"
"raw": "https://raw.githubusercontent.com/asamuzaK/urlSanitizer/v2.0.7/dist/url-sanitizer-wo-dompurify.min.js",
"cdn": "https://unpkg.com/[email protected].7/dist/url-sanitizer-wo-dompurify.min.js"
},
{
"file": "url-sanitizer-wo-dompurify.min.js.map",
"raw": "https://raw.githubusercontent.com/asamuzaK/urlSanitizer/v2.0.6/dist/url-sanitizer-wo-dompurify.min.js.map",
"cdn": "https://unpkg.com/[email protected].6/dist/url-sanitizer-wo-dompurify.min.js.map"
"raw": "https://raw.githubusercontent.com/asamuzaK/urlSanitizer/v2.0.7/dist/url-sanitizer-wo-dompurify.min.js.map",
"cdn": "https://unpkg.com/[email protected].7/dist/url-sanitizer-wo-dompurify.min.js.map"
}
]
}
2 changes: 1 addition & 1 deletion src/lib/url/url-sanitizer-wo-dompurify.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/lib/url/url-sanitizer-wo-dompurify.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"tabs"
],
"short_name": "__MSG_extensionName__",
"version": "12.1.0"
"version": "12.1.1"
}
4 changes: 2 additions & 2 deletions types/src/lib/purify/purify.min.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ declare function _exports(e: any): {
clearConfig(): void;
isValidAttribute(e: any, t: any, n: any): boolean;
addHook(e: any, t: any): void;
removeHook(e: any): any;
removeHook(e: any, t: any): any;
removeHooks(e: any): void;
removeAllHooks(): void;
};
Expand All @@ -21,7 +21,7 @@ declare namespace _exports {
function clearConfig(): void;
function isValidAttribute(e: any, t: any, n: any): boolean;
function addHook(e: any, t: any): void;
function removeHook(e: any): any;
function removeHook(e: any, t: any): any;
function removeHooks(e: any): void;
function removeAllHooks(): void;
}
Expand Down

0 comments on commit 63b70fe

Please sign in to comment.