scanoss 0.11.4 → 0.11.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/CHANGELOG.md CHANGED
@@ -2,6 +2,58 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.11.5](https://github.com/scanoss/scanoss.js/compare/v0.11.4...v0.11.5) (2024-04-19)
6
+
7
+ ### [0.11.4](https://github.com/scanoss/scanoss.js/compare/v0.11.3...v0.11.4) (2024-04-02)
8
+
9
+ ### [0.11.3](https://github.com/scanoss/scanoss.js/compare/v0.11.2...v0.11.3) (2024-01-09)
10
+
11
+ ### [0.11.2](https://github.com/scanoss/scanoss.js/compare/v0.11.1...v0.11.2) (2024-01-09)
12
+
13
+ ### [0.11.1](https://github.com/scanoss/scanoss.js/compare/v0.11.0...v0.11.1) (2024-01-09)
14
+
15
+ ### [0.11.0](https://github.com/scanoss/scanoss.js/compare/v0.10.5...v0.11.0) (2024-01-04)
16
+
17
+ ### [0.10.5](https://github.com/scanoss/scanoss.js/compare/v0.10.4...v0.10.5) (2023-12-29)
18
+
19
+ ### [0.10.4](https://github.com/scanoss/scanoss.js/compare/v0.10.3...v0.10.4) (2023-12-28)
20
+
21
+ ### [0.10.3](https://github.com/scanoss/scanoss.js/compare/v0.10.2...v0.10.3) (2023-12-22)
22
+
23
+ ### [0.10.2](https://github.com/scanoss/scanoss.js/compare/v0.10.1...v0.10.2) (2023-12-19)
24
+
25
+ ### [0.10.1](https://github.com/scanoss/scanoss.js/compare/v0.10.0...v0.10.1) (2023-11-22)
26
+
27
+ ### [0.10.0](https://github.com/scanoss/scanoss.js/compare/v0.9.2...v0.10.0) (2023-11-22)
28
+
29
+ ### [0.9.3](https://github.com/scanoss/scanoss.js/compare/v0.9.2...v0.9.3) (2023-10-20)
30
+
31
+ ### [0.9.2](https://github.com/scanoss/scanoss.js/compare/v0.9.1...v0.9.2) (2023-10-09)
32
+
33
+ ### [0.9.1](https://github.com/scanoss/scanoss.js/compare/v0.9.0...v0.9.1) (2023-05-18)
34
+
35
+ ### [0.9.0](https://github.com/scanoss/scanoss.js/compare/v0.8.7...v0.9.0) (2023-04-19)
36
+
37
+ ### [0.8.8](https://github.com/scanoss/scanoss.js/compare/v0.8.7...v0.8.8) (2023-04-16)
38
+
39
+ ### [0.8.7](https://github.com/scanoss/scanoss.js/compare/v0.8.6...v0.8.7) (2023-04-12)
40
+
41
+ ### [0.8.6](https://github.com/scanoss/scanoss.js/compare/v0.8.5...v0.8.6) (2023-03-28)
42
+
43
+ ### [0.8.5](https://github.com/scanoss/scanoss.js/compare/v0.8.0...v0.8.5) (2023-03-17)
44
+
45
+ ### [0.8.0](https://github.com/scanoss/scanoss.js/compare/v0.7.8...v0.8.0) (2023-02-20)
46
+
47
+ ### [0.7.8](https://github.com/scanoss/scanoss.js/compare/v0.4.0...v0.7.8) (2023-01-25)
48
+
49
+ ### [0.4.0](https://github.com/scanoss/scanoss.js/compare/v0.4.0-beta...v0.4.0) (2022-09-30)
50
+
51
+ ### [0.4.0-beta](https://github.com/scanoss/scanoss.js/compare/v0.4.0-alpha.0...v0.4.0-beta) (2022-08-31)
52
+
53
+ ### [0.4.0-alpha.0](https://github.com/scanoss/scanoss.js/compare/v0.3.0...v0.4.0-alpha.0) (2022-08-19)
54
+
55
+ ### [0.3.0](https://github.com/scanoss/scanoss.js/compare/v0.2.18...v0.3.0) (2022-07-02)
56
+
5
57
  ### [0.2.18](https://github.com/scanoss/scanoss.js/compare/v0.2.16...v0.2.18) (2022-02-23)
6
58
 
7
59
  ### [0.2.16](https://github.com/scanoss/scanoss.js/compare/v0.2.14...v0.2.16) (2022-02-14)
@@ -322,14 +322,20 @@
322
322
  color: rgb(24, 24, 27)
323
323
  }
324
324
 
325
+ .info .v-label{
326
+ justify-content: flex-end;
327
+ }
328
+
329
+ .info .v-value{
330
+ justify-content: flex-end;
331
+ }
332
+
325
333
  .row-license-info-container {
326
- display: flex;
327
334
  width: 100%;
328
335
  }
329
336
 
330
337
  td.cell-info-container {
331
- width: 30%;
332
- display: flex;
338
+ word-break: break-word;
333
339
  }
334
340
 
335
341
  td.cell-info-container:last-child {
@@ -341,8 +347,12 @@
341
347
  }
342
348
 
343
349
  td.cell-info-container.index {
344
- width: 10%;
350
+ width: 50px;
351
+ }
345
352
 
353
+ td.cell-info-container.version {
354
+ width: 20%;
355
+ word-break: break-all;
346
356
  }
347
357
 
348
358
  .row-info-container {
@@ -446,6 +456,11 @@
446
456
  table.main-table td:first-child {
447
457
  font-weight: 600;
448
458
  }
459
+
460
+ #table-components td, #table-dependencies td, #table-components td, #table-cryptography td {
461
+ word-break: break-word;
462
+ }
463
+
449
464
  </style>
450
465
 
451
466
 
@@ -985,14 +1000,14 @@
985
1000
  </div>
986
1001
  </div>
987
1002
  </td>
988
- <td class="cell-info-container">
1003
+ <td class="cell-info-container version">
989
1004
  <div class="row-info-container">
990
1005
  <div class="info">
991
- <div class="label">
1006
+ <div class="label v-label">
992
1007
  ${c.versions.length > 1 ? 'Versions' : 'Version'}
993
1008
  </div>
994
- <div class="value small">
995
- ${c.versions.toString()}
1009
+ <div class="value small v-value">
1010
+ ${c.versions.join(', ').toString()}
996
1011
  </div>
997
1012
  </div>
998
1013
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scanoss",
3
- "version": "0.11.4",
3
+ "version": "0.11.5",
4
4
  "description": "The SCANOSS JS package provides a simple, easy to consume module for interacting with SCANOSS APIs/Engine.",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",