minidev 2.0.0 → 2.0.1
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/devtool/main.js.LICENSE.txt +5 -4
- package/assets/web-sim/main.js +1 -1
- package/assets/web-sim/main.js.LICENSE.txt +5 -4
- package/assets/web-sim/simulator/main.js +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.LICENSE.txt +4 -0
- package/lib/rw_host.js +1 -1
- package/lib/worker.js +1 -1
- package/package.json +1 -1
package/lib/index.js.LICENSE.txt
CHANGED
|
@@ -281,6 +281,8 @@ object-assign
|
|
|
281
281
|
* MIT Licensed
|
|
282
282
|
*/
|
|
283
283
|
|
|
284
|
+
/*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */
|
|
285
|
+
|
|
284
286
|
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
|
|
285
287
|
|
|
286
288
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
@@ -289,6 +291,8 @@ object-assign
|
|
|
289
291
|
|
|
290
292
|
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
291
293
|
|
|
294
|
+
/*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> */
|
|
295
|
+
|
|
292
296
|
/**
|
|
293
297
|
* @fileoverview Main entrypoint for libraries using yargs-parser in Node.js
|
|
294
298
|
* CJS and ESM environments.
|