File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Load as script tag
89
89
<script src =" path/to/arcgis-html-sanitizer.min.js" ></script >
90
90
91
91
<!-- CDN (Adjust the version as needed) -->
92
- <script src =" https://cdn.jsdelivr.net/npm/@esri/arcgis-html-sanitizer@0.3 .0/dist/umd/arcgis-html-sanitizer.min.js" ></script >
92
+ <script src =" https://cdn.jsdelivr.net/npm/@esri/arcgis-html-sanitizer@0.4 .0/dist/umd/arcgis-html-sanitizer.min.js" ></script >
93
93
```
94
94
95
95
#### Basic Usage
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @esri/arcgis-html-sanitizer" ,
3
- "version" : " 0.3 .0" ,
3
+ "version" : " 0.4 .0" ,
4
4
"description" :
5
5
" A simple utility to sanitize a string according to ArcGIS supported HTML specification." ,
6
6
"main" : " dist/node/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"allowSyntheticDefaultImports" : true ,
4
- "target" : " ESNext " ,
4
+ "target" : " es5 " ,
5
5
"module" : " ESNext" ,
6
6
"moduleResolution" : " node" ,
7
7
"sourceMap" : true ,
You can’t perform that action at this time.
0 commit comments