scanoss 0.4.0-rc1 → 0.4.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.
- package/.idea/workspace.xml +17 -37
- package/assets/ReportHTMLTemplate/index.html +846 -772
- package/build/main/cli/bin/cli-bin.js +2 -2
- package/build/main/sdk/DataLayer/DataProviders/ComponentDataProvider.js +8 -2
- package/build/main/sdk/DataLayer/DataProviders/LicenseDataProvider.d.ts +1 -1
- package/build/main/sdk/DataLayer/DataProviders/LicenseDataProvider.js +58 -19
- package/build/main/tsconfig.tsbuildinfo +1 -1
- package/build/module/cli/bin/cli-bin.js +2 -2
- package/build/module/sdk/DataLayer/DataProviders/ComponentDataProvider.js +8 -2
- package/build/module/sdk/DataLayer/DataProviders/LicenseDataProvider.d.ts +1 -1
- package/build/module/sdk/DataLayer/DataProviders/LicenseDataProvider.js +58 -19
- package/build/module/tsconfig.module.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/cli/bin/cli-bin.ts +1 -1
- package/src/sdk/DataLayer/DataLayerTypes.ts +0 -2
- package/src/sdk/DataLayer/DataProviders/ComponentDataProvider.ts +6 -1
- package/src/sdk/DataLayer/DataProviders/LicenseDataProvider.ts +57 -22
- package/tests/sdk/DataLayer/DataProviderManager.spec.ts +8 -49
- package/tests/sdk/DataLayer/DataProviders/ComponentDataProvider.spec.ts +1 -1
- package/assets/htmlTemplate/template.html +0 -697
- package/src/sdk/modules/reports/Report.ts +0 -101
- package/src/sdk/modules/reports/ReportAdapter.ts +0 -118
- package/src/sdk/modules/reports/htmlReport/HTMLReport.ts +0 -51
- package/src/sdk/modules/reports/types.ts +0 -51
package/.idea/workspace.xml
CHANGED
|
@@ -4,10 +4,7 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="6c78089c-ef2a-4dae-87f6-bd2f320855c8" name="Changes" comment=""
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/src/cli/bin/cli-bin.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/cli/bin/cli-bin.ts" afterDir="false" />
|
|
10
|
-
</list>
|
|
7
|
+
<list default="true" id="6c78089c-ef2a-4dae-87f6-bd2f320855c8" name="Changes" comment="" />
|
|
11
8
|
<option name="SHOW_DIALOG" value="false" />
|
|
12
9
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
13
10
|
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
|
@@ -26,21 +23,21 @@
|
|
|
26
23
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
27
24
|
<option name="showLibraryContents" value="true" />
|
|
28
25
|
</component>
|
|
29
|
-
<component name="PropertiesComponent"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
26
|
+
<component name="PropertiesComponent">{
|
|
27
|
+
"keyToString": {
|
|
28
|
+
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
29
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
30
|
+
"WebServerToolWindowFactoryState": "false",
|
|
31
|
+
"node.js.detected.package.eslint": "true",
|
|
32
|
+
"node.js.detected.package.tslint": "true",
|
|
33
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
34
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
|
35
|
+
"nodejs.mocha.mocha_node_package_dir": "/home/ubuntu/Projects/SCANOSS/scanoss.js/node_modules/mocha",
|
|
36
|
+
"nodejs_package_manager_path": "yarn",
|
|
37
|
+
"ts.external.directory.path": "/home/ubuntu/Projects/SCANOSS/scanoss.js/node_modules/typescript/lib",
|
|
38
|
+
"vue.rearranger.settings.migration": "true"
|
|
42
39
|
}
|
|
43
|
-
}
|
|
40
|
+
}</component>
|
|
44
41
|
<component name="RecentsManager">
|
|
45
42
|
<key name="MoveFile.RECENT_KEYS">
|
|
46
43
|
<recent name="$PROJECT_DIR$/tests/sdk/DataLayer/samples/simple-1" />
|
|
@@ -77,7 +74,8 @@
|
|
|
77
74
|
<option name="number" value="Default" />
|
|
78
75
|
<option name="presentableId" value="Default" />
|
|
79
76
|
<updated>1664461473935</updated>
|
|
80
|
-
<workItem from="1664461476838" duration="
|
|
77
|
+
<workItem from="1664461476838" duration="14724000" />
|
|
78
|
+
<workItem from="1664522163213" duration="15467000" />
|
|
81
79
|
</task>
|
|
82
80
|
<servers />
|
|
83
81
|
</component>
|
|
@@ -95,22 +93,4 @@
|
|
|
95
93
|
</map>
|
|
96
94
|
</option>
|
|
97
95
|
</component>
|
|
98
|
-
<component name="XDebuggerManager">
|
|
99
|
-
<breakpoint-manager>
|
|
100
|
-
<breakpoints>
|
|
101
|
-
<line-breakpoint enabled="true" type="javascript">
|
|
102
|
-
<url>file://$PROJECT_DIR$/tests/sdk/DataLayer/DataProviderManager.spec.ts</url>
|
|
103
|
-
<line>53</line>
|
|
104
|
-
<properties lambdaOrdinal="-1" />
|
|
105
|
-
<option name="timeStamp" value="1" />
|
|
106
|
-
</line-breakpoint>
|
|
107
|
-
<line-breakpoint enabled="true" type="javascript">
|
|
108
|
-
<url>file://$PROJECT_DIR$/src/sdk/DataLayer/DataProviders/SummaryDataProvider.ts</url>
|
|
109
|
-
<line>37</line>
|
|
110
|
-
<properties lambdaOrdinal="-1" />
|
|
111
|
-
<option name="timeStamp" value="6" />
|
|
112
|
-
</line-breakpoint>
|
|
113
|
-
</breakpoints>
|
|
114
|
-
</breakpoint-manager>
|
|
115
|
-
</component>
|
|
116
96
|
</project>
|