File tree Expand file tree Collapse file tree 4 files changed +201
-173
lines changed
Expand file tree Collapse file tree 4 files changed +201
-173
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " domiso " : patch
3+ ---
4+
5+ chore: add keywords, upper case DOM in README
Original file line number Diff line number Diff line change 1313[ ![ Code Style: Prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg )] ( https://github.com/prettier/prettier )
1414[ ![ changesets] ( https://img.shields.io/badge/maintained%20with-changesets-176de3.svg )] ( https://github.com/atlassian/changesets )
1515
16- The smallest and fastest Dom sanitizer based on browser native DOMParser
16+ The smallest and fastest DOM sanitizer based on browser native DOMParser
1717
1818## TOC <!-- omit in toc -->
1919
Original file line number Diff line number Diff line change 3838 },
3939 "funding" : " https://opencollective.com/unts" ,
4040 "license" : " MIT" ,
41- "packageManager" : " pnpm@7.6 .0" ,
41+ "packageManager" : " pnpm@7.7 .0" ,
4242 "engines" : {
4343 "node" : " ^12.20.0 || ^14.18.0 || >=16.0.0"
4444 },
4747 " lib" ,
4848 " !**/*.tsbuildinfo"
4949 ],
50+ "keywords" : [
51+ " browser" ,
52+ " browser-sanitizer" ,
53+ " dom" ,
54+ " dom-parser" ,
55+ " dom-sanitizer" ,
56+ " html" ,
57+ " html-sanitizer" ,
58+ " sanitizer" ,
59+ " svg" ,
60+ " svg-sanitizer" ,
61+ " xml" ,
62+ " xml-sanitizer"
63+ ],
5064 "scripts" : {
5165 "build" : " run-p build:*" ,
5266 "build:r" : " r -f cjs" ,
93107 "size-limit" : " ^7.0.8" ,
94108 "type-coverage" : " ^2.22.0" ,
95109 "typescript" : " ^4.7.4" ,
96- "unplugin-auto-import" : " ^0.10.2 " ,
110+ "unplugin-auto-import" : " ^0.10.3 " ,
97111 "vitest" : " ^0.19.1"
98112 },
99113 "publishConfig" : {
You can’t perform that action at this time.
0 commit comments