@file-viewer/renderer-dicom 3.0.2 → 3.1.0
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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"schemaVersion": 1,
|
|
3
3
|
"generatedFrom": {
|
|
4
4
|
"packageName": "@file-viewer/renderer-dicom",
|
|
5
|
-
"packageVersion": "3.0
|
|
5
|
+
"packageVersion": "3.1.0",
|
|
6
6
|
"packageManager": "pnpm",
|
|
7
7
|
"command": "pnpm --filter @file-viewer/renderer-dicom list --prod --depth Infinity --json"
|
|
8
8
|
},
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
238
|
"name": "@file-viewer/core",
|
|
239
|
-
"version": "3.0
|
|
239
|
+
"version": "3.1.0",
|
|
240
240
|
"license": "Apache-2.0",
|
|
241
241
|
"direct": true,
|
|
242
242
|
"optional": false,
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
250
|
"name": "@file-viewer/renderer-dicom",
|
|
251
|
-
"version": "3.0
|
|
251
|
+
"version": "3.1.0",
|
|
252
252
|
"license": "Apache-2.0",
|
|
253
253
|
"direct": false,
|
|
254
254
|
"optional": false,
|
|
@@ -680,7 +680,7 @@
|
|
|
680
680
|
},
|
|
681
681
|
{
|
|
682
682
|
"name": "dompurify",
|
|
683
|
-
"version": "3.4.
|
|
683
|
+
"version": "3.4.15",
|
|
684
684
|
"license": "Apache-2.0",
|
|
685
685
|
"declaredLicense": "(MPL-2.0 OR Apache-2.0)",
|
|
686
686
|
"direct": false,
|
|
@@ -976,7 +976,7 @@
|
|
|
976
976
|
},
|
|
977
977
|
{
|
|
978
978
|
"name": "js-yaml",
|
|
979
|
-
"version": "4.3.
|
|
979
|
+
"version": "4.3.2",
|
|
980
980
|
"license": "MIT",
|
|
981
981
|
"direct": false,
|
|
982
982
|
"optional": false,
|
package/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -10,7 +10,7 @@ The DICOM renderer is not part of any standard/full package or preset. These dep
|
|
|
10
10
|
`pako@1.0.11`, `pako@2.1.0`, `pako@2.2.0` contain zlib-derived code by Jean-loup Gailly and Mark Adler under `(MIT AND Zlib)`; their installed source retains the zlib notices and license terms.
|
|
11
11
|
- `spark-md5@3.0.2` is available under `(WTFPL OR MIT)` as declared by the package. Its installed package retains the upstream license file.
|
|
12
12
|
- `argparse@2.0.1` is licensed under Python-2.0 and retains the complete Python Software Foundation license in its installed `LICENSE` file.
|
|
13
|
-
`dompurify@3.4.
|
|
13
|
+
`dompurify@3.4.15` is dual-licensed as `(MPL-2.0 OR Apache-2.0)`. File Viewer elects Apache-2.0, and the installed `LICENSE` file retains the complete Apache-2.0 text.
|
|
14
14
|
|
|
15
15
|
### Native libraries statically linked into codec WebAssembly
|
|
16
16
|
|
|
@@ -43,7 +43,7 @@ None of the Apache-2.0 dependencies in this closure publishes a top-level `NOTIC
|
|
|
43
43
|
|
|
44
44
|
- `baseline-browser-mapping@2.11.19` — https://github.com/web-platform-dx/baseline-browser-mapping
|
|
45
45
|
- `comlink@4.4.2` — https://github.com/GoogleChromeLabs/comlink
|
|
46
|
-
- `dompurify@3.4.
|
|
46
|
+
- `dompurify@3.4.15` — https://github.com/cure53/DOMPurify
|
|
47
47
|
|
|
48
48
|
### BSD-3-Clause
|
|
49
49
|
|
|
@@ -120,7 +120,7 @@ None of the Apache-2.0 dependencies in this closure publishes a top-level `NOTIC
|
|
|
120
120
|
- `is-buffer@1.1.6` — https://github.com/feross/is-buffer
|
|
121
121
|
- `is-core-module@2.16.2` — https://github.com/inspect-js/is-core-module
|
|
122
122
|
- `jpeg-lossless-decoder-js@2.1.2` — https://github.com/rii-mango/JPEGLosslessDecoderJS
|
|
123
|
-
- `js-yaml@4.3.
|
|
123
|
+
- `js-yaml@4.3.2` — https://github.com/nodeca/js-yaml
|
|
124
124
|
- `lodash.clonedeep@4.5.0` — https://github.com/lodash/lodash
|
|
125
125
|
- `loglevel@1.9.2` — https://github.com/pimterry/loglevel
|
|
126
126
|
- `nanoid@3.3.18` — https://github.com/ai/nanoid
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@file-viewer/renderer-dicom",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@cornerstonejs/core": "5.8.2",
|
|
70
70
|
"@cornerstonejs/dicom-image-loader": "5.8.2",
|
|
71
71
|
"@cornerstonejs/metadata": "5.8.2",
|
|
72
|
-
"@file-viewer/core": "3.0
|
|
72
|
+
"@file-viewer/core": "3.1.0",
|
|
73
73
|
"dicom-parser": "1.8.21",
|
|
74
74
|
"pako": "2.2.0"
|
|
75
75
|
},
|