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 13
13
[ ![ Code Style: Prettier] ( https://img.shields.io/badge/code_style-prettier-ff69b4.svg )] ( https://github.com/prettier/prettier )
14
14
[ ![ changesets] ( https://img.shields.io/badge/maintained%20with-changesets-176de3.svg )] ( https://github.com/atlassian/changesets )
15
15
16
- The smallest and fastest Dom sanitizer based on browser native DOMParser
16
+ The smallest and fastest DOM sanitizer based on browser native DOMParser
17
17
18
18
## TOC <!-- omit in toc -->
19
19
Original file line number Diff line number Diff line change 38
38
},
39
39
"funding" : " https://opencollective.com/unts" ,
40
40
"license" : " MIT" ,
41
- "packageManager" : " pnpm@7.6 .0" ,
41
+ "packageManager" : " pnpm@7.7 .0" ,
42
42
"engines" : {
43
43
"node" : " ^12.20.0 || ^14.18.0 || >=16.0.0"
44
44
},
47
47
" lib" ,
48
48
" !**/*.tsbuildinfo"
49
49
],
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
+ ],
50
64
"scripts" : {
51
65
"build" : " run-p build:*" ,
52
66
"build:r" : " r -f cjs" ,
93
107
"size-limit" : " ^7.0.8" ,
94
108
"type-coverage" : " ^2.22.0" ,
95
109
"typescript" : " ^4.7.4" ,
96
- "unplugin-auto-import" : " ^0.10.2 " ,
110
+ "unplugin-auto-import" : " ^0.10.3 " ,
97
111
"vitest" : " ^0.19.1"
98
112
},
99
113
"publishConfig" : {
You can’t perform that action at this time.
0 commit comments