minidev 2.1.3 → 2.1.5
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/assets/web-sim/devtool/main.js +1 -1
- package/assets/web-sim/main.js +1 -1
- package/assets/web-sim/simulator/main.js +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.LICENSE.txt +0 -2
- package/lib/rw_host.js +1 -1
- package/lib/worker.js +2 -1
- package/lib/worker.js.LICENSE.txt +1 -0
- package/package.json +2 -2
package/lib/index.js.LICENSE.txt
CHANGED
|
@@ -281,8 +281,6 @@ object-assign
|
|
|
281
281
|
* MIT Licensed
|
|
282
282
|
*/
|
|
283
283
|
|
|
284
|
-
/*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */
|
|
285
|
-
|
|
286
284
|
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
|
|
287
285
|
|
|
288
286
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|