@formio/js 5.1.0-dev.6105.96dde7b → 5.1.0-dev.6108.401a61f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/formio.form.js +13 -2
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.form.min.js.LICENSE.txt +2 -0
- package/dist/formio.full.js +13 -2
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.full.min.js.LICENSE.txt +2 -0
- package/dist/formio.js +12 -12
- package/dist/formio.min.js +1 -1
- package/dist/formio.utils.js +13 -2
- package/dist/formio.utils.min.js +1 -1
- package/dist/formio.utils.min.js.LICENSE.txt +2 -0
- package/package.json +5 -3
@@ -20,6 +20,8 @@
|
|
20
20
|
|
21
21
|
/*! @license DOMPurify 3.2.4 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.4/LICENSE */
|
22
22
|
|
23
|
+
/*! @license DOMPurify 3.2.5 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.5/LICENSE */
|
24
|
+
|
23
25
|
/*! formiojs v5.1.0-dev.2 | https://unpkg.com/formiojs@5.1.0-dev.2/LICENSE.txt */
|
24
26
|
|
25
27
|
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@formio/js",
|
3
|
-
"version": "5.1.0-dev.
|
3
|
+
"version": "5.1.0-dev.6108.401a61f",
|
4
4
|
"description": "JavaScript powered Forms with JSON Form Builder",
|
5
5
|
"main": "lib/cjs/index.js",
|
6
6
|
"exports": {
|
@@ -86,7 +86,7 @@
|
|
86
86
|
"@formio/vanilla-text-mask": "^5.1.1-formio.1",
|
87
87
|
"abortcontroller-polyfill": "^1.7.5",
|
88
88
|
"autocompleter": "^8.0.4",
|
89
|
-
"bootstrap": "^5.3.
|
89
|
+
"bootstrap": "^5.3.4",
|
90
90
|
"browser-cookies": "^1.2.0",
|
91
91
|
"browser-md5-file": "^1.1.1",
|
92
92
|
"choices.js": "^11.0.6",
|
@@ -94,7 +94,7 @@
|
|
94
94
|
"core-js": "^3.37.1",
|
95
95
|
"dialog-polyfill": "^0.5.6",
|
96
96
|
"dom-autoscroller": "^2.3.4",
|
97
|
-
"dompurify": "^3.
|
97
|
+
"dompurify": "^3.2.5",
|
98
98
|
"downloadjs": "^1.4.7",
|
99
99
|
"dragula": "^3.7.3",
|
100
100
|
"eventemitter3": "^5.0.1",
|
@@ -130,6 +130,8 @@
|
|
130
130
|
"escape-string-regexp": "^5.0.0",
|
131
131
|
"eslint": "^8.57.0",
|
132
132
|
"eslint-plugin-jsdoc": "^48.2.5",
|
133
|
+
"eslint-plugin-no-unsanitized": "^4.1.2",
|
134
|
+
"eslint-plugin-security": "^3.0.1",
|
133
135
|
"fetch-mock": "^9.11.0",
|
134
136
|
"file-loader": "^6.2.0",
|
135
137
|
"flatpickr": "^4.6.13",
|