@file-viewer/renderer-dicom 3.0.1 → 3.0.3
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/THIRD_PARTY_LICENSES.json +22 -8
- package/THIRD_PARTY_NOTICES.md +7 -6
- package/package.json +3 -3
|
@@ -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.0.3",
|
|
6
6
|
"packageManager": "pnpm",
|
|
7
7
|
"command": "pnpm --filter @file-viewer/renderer-dicom list --prod --depth Infinity --json"
|
|
8
8
|
},
|
|
@@ -236,19 +236,19 @@
|
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
238
|
"name": "@file-viewer/core",
|
|
239
|
-
"version": "3.0.
|
|
239
|
+
"version": "3.0.3",
|
|
240
240
|
"license": "Apache-2.0",
|
|
241
241
|
"direct": true,
|
|
242
242
|
"optional": false,
|
|
243
243
|
"firstParty": true,
|
|
244
244
|
"author": "Yu Wang <admin@flyfish.dev>",
|
|
245
|
-
"repository": "https://github.com/flyfish-dev/file-viewer
|
|
245
|
+
"repository": "https://github.com/flyfish-dev/file-viewer",
|
|
246
246
|
"licenseFiles": [],
|
|
247
247
|
"noticeFiles": []
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
250
|
"name": "@file-viewer/renderer-dicom",
|
|
251
|
-
"version": "3.0.
|
|
251
|
+
"version": "3.0.3",
|
|
252
252
|
"license": "Apache-2.0",
|
|
253
253
|
"direct": false,
|
|
254
254
|
"optional": false,
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
},
|
|
471
471
|
{
|
|
472
472
|
"name": "browserslist",
|
|
473
|
-
"version": "4.28.
|
|
473
|
+
"version": "4.28.7",
|
|
474
474
|
"license": "MIT",
|
|
475
475
|
"direct": false,
|
|
476
476
|
"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,
|
|
@@ -752,7 +752,7 @@
|
|
|
752
752
|
},
|
|
753
753
|
{
|
|
754
754
|
"name": "fflate",
|
|
755
|
-
"version": "0.7.
|
|
755
|
+
"version": "0.7.5",
|
|
756
756
|
"license": "MIT",
|
|
757
757
|
"direct": false,
|
|
758
758
|
"optional": 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,
|
|
@@ -1104,6 +1104,20 @@
|
|
|
1104
1104
|
"name": "pako",
|
|
1105
1105
|
"version": "2.1.0",
|
|
1106
1106
|
"license": "(MIT AND Zlib)",
|
|
1107
|
+
"direct": false,
|
|
1108
|
+
"optional": false,
|
|
1109
|
+
"firstParty": false,
|
|
1110
|
+
"author": "",
|
|
1111
|
+
"repository": "https://github.com/nodeca/pako",
|
|
1112
|
+
"licenseFiles": [
|
|
1113
|
+
"LICENSE"
|
|
1114
|
+
],
|
|
1115
|
+
"noticeFiles": []
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"name": "pako",
|
|
1119
|
+
"version": "2.2.0",
|
|
1120
|
+
"license": "(MIT AND Zlib)",
|
|
1107
1121
|
"direct": true,
|
|
1108
1122
|
"optional": false,
|
|
1109
1123
|
"firstParty": false,
|
package/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -7,10 +7,10 @@ The DICOM renderer is not part of any standard/full package or preset. These dep
|
|
|
7
7
|
## Required attribution
|
|
8
8
|
|
|
9
9
|
- `caniuse-lite@1.0.30001810` data is by Ben Briggs and contributors, from <https://github.com/browserslist/caniuse-lite>, licensed under CC-BY-4.0. The renderer does not modify that upstream data. The complete CC-BY-4.0 text is retained as `caniuse-lite/LICENSE` in the installed dependency.
|
|
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
|
-
|
|
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
|
|
|
@@ -33,6 +33,7 @@ None of the Apache-2.0 dependencies in this closure publishes a top-level `NOTIC
|
|
|
33
33
|
|
|
34
34
|
- `pako@1.0.11` — https://github.com/nodeca/pako
|
|
35
35
|
- `pako@2.1.0` — https://github.com/nodeca/pako
|
|
36
|
+
- `pako@2.2.0` — https://github.com/nodeca/pako
|
|
36
37
|
|
|
37
38
|
### (WTFPL OR MIT)
|
|
38
39
|
|
|
@@ -42,7 +43,7 @@ None of the Apache-2.0 dependencies in this closure publishes a top-level `NOTIC
|
|
|
42
43
|
|
|
43
44
|
- `baseline-browser-mapping@2.11.19` — https://github.com/web-platform-dx/baseline-browser-mapping
|
|
44
45
|
- `comlink@4.4.2` — https://github.com/GoogleChromeLabs/comlink
|
|
45
|
-
- `dompurify@3.4.
|
|
46
|
+
- `dompurify@3.4.15` — https://github.com/cure53/DOMPurify
|
|
46
47
|
|
|
47
48
|
### BSD-3-Clause
|
|
48
49
|
|
|
@@ -99,7 +100,7 @@ None of the Apache-2.0 dependencies in this closure publishes a top-level `NOTIC
|
|
|
99
100
|
- `autoprefixer@10.5.4` — https://github.com/postcss/autoprefixer
|
|
100
101
|
- `balanced-match@1.0.0` — https://github.com/juliangruber/balanced-match
|
|
101
102
|
- `brace-expansion@1.1.18` — https://github.com/juliangruber/brace-expansion
|
|
102
|
-
- `browserslist@4.28.
|
|
103
|
+
- `browserslist@4.28.7` — https://github.com/browserslist/browserslist
|
|
103
104
|
- `commander@9.2.0` — https://github.com/tj/commander.js
|
|
104
105
|
- `concat-map@0.0.1` — https://github.com/substack/node-concat-map
|
|
105
106
|
- `core-js-pure@3.50.0` — https://github.com/zloirock/core-js
|
|
@@ -108,7 +109,7 @@ None of the Apache-2.0 dependencies in this closure publishes a top-level `NOTIC
|
|
|
108
109
|
- `es-errors@1.3.0` — https://github.com/ljharb/es-errors
|
|
109
110
|
- `escalade@3.2.0` — https://github.com/lukeed/escalade
|
|
110
111
|
- `fast-deep-equal@3.1.3` — https://github.com/epoberezkin/fast-deep-equal
|
|
111
|
-
- `fflate@0.7.
|
|
112
|
+
- `fflate@0.7.5` — https://github.com/101arrowz/fflate
|
|
112
113
|
- `fraction.js@5.3.4` — https://github.com/rawify/Fraction.js
|
|
113
114
|
- `function-bind@1.1.2` — https://github.com/Raynos/function-bind
|
|
114
115
|
- `gl-matrix@3.4.3` — https://github.com/toji/gl-matrix
|
|
@@ -119,7 +120,7 @@ None of the Apache-2.0 dependencies in this closure publishes a top-level `NOTIC
|
|
|
119
120
|
- `is-buffer@1.1.6` — https://github.com/feross/is-buffer
|
|
120
121
|
- `is-core-module@2.16.2` — https://github.com/inspect-js/is-core-module
|
|
121
122
|
- `jpeg-lossless-decoder-js@2.1.2` — https://github.com/rii-mango/JPEGLosslessDecoderJS
|
|
122
|
-
- `js-yaml@4.3.
|
|
123
|
+
- `js-yaml@4.3.2` — https://github.com/nodeca/js-yaml
|
|
123
124
|
- `lodash.clonedeep@4.5.0` — https://github.com/lodash/lodash
|
|
124
125
|
- `loglevel@1.9.2` — https://github.com/pimterry/loglevel
|
|
125
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.0.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -69,9 +69,9 @@
|
|
|
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.0.3",
|
|
73
73
|
"dicom-parser": "1.8.21",
|
|
74
|
-
"pako": "2.
|
|
74
|
+
"pako": "2.2.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@types/pako": "^2.0.4",
|