fosslight-dependency 4.1.29__py3-none-any.whl → 4.1.31__py3-none-any.whl
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.
- fosslight_dependency/package_manager/Yarn.py +1 -1
- fosslight_dependency/run_dependency_scanner.py +1 -1
- {fosslight_dependency-4.1.29.dist-info → fosslight_dependency-4.1.31.dist-info}/METADATA +1 -1
- {fosslight_dependency-4.1.29.dist-info → fosslight_dependency-4.1.31.dist-info}/RECORD +11 -11
- {fosslight_dependency-4.1.29.dist-info → fosslight_dependency-4.1.31.dist-info}/WHEEL +0 -0
- {fosslight_dependency-4.1.29.dist-info → fosslight_dependency-4.1.31.dist-info}/entry_points.txt +0 -0
- {fosslight_dependency-4.1.29.dist-info → fosslight_dependency-4.1.31.dist-info}/licenses/LICENSE +0 -0
- {fosslight_dependency-4.1.29.dist-info → fosslight_dependency-4.1.31.dist-info}/licenses/LICENSES/Apache-2.0.txt +0 -0
- {fosslight_dependency-4.1.29.dist-info → fosslight_dependency-4.1.31.dist-info}/licenses/LICENSES/LicenseRef-3rd_party_licenses.txt +0 -0
- {fosslight_dependency-4.1.29.dist-info → fosslight_dependency-4.1.31.dist-info}/licenses/LICENSES/MIT.txt +0 -0
- {fosslight_dependency-4.1.29.dist-info → fosslight_dependency-4.1.31.dist-info}/top_level.txt +0 -0
|
@@ -139,7 +139,7 @@ class Yarn(Npm):
|
|
|
139
139
|
else:
|
|
140
140
|
npm_url_exists = False
|
|
141
141
|
if self._network_available is True:
|
|
142
|
-
npm_url_exists = self._npm_url_exists(oss_init_name
|
|
142
|
+
npm_url_exists = self._npm_url_exists(oss_init_name)
|
|
143
143
|
|
|
144
144
|
if self._network_available and not npm_url_exists:
|
|
145
145
|
oss_item.homepage = repo_url or ""
|
|
@@ -258,10 +258,10 @@ def run_dependency_scanner(package_manager='', input_dir='', output_dir_file='',
|
|
|
258
258
|
try:
|
|
259
259
|
if all_exclude_mode and len(all_exclude_mode) == 4:
|
|
260
260
|
excluded_path_with_default_exclusion, excluded_path_without_dot, excluded_files, _ = all_exclude_mode
|
|
261
|
-
logger.debug(f"Skipped paths: {excluded_path_with_default_exclusion}")
|
|
262
261
|
else:
|
|
263
262
|
excluded_path_with_default_exclusion, excluded_path_without_dot, excluded_files, _ = (
|
|
264
263
|
get_excluded_paths(input_dir, path_to_exclude))
|
|
264
|
+
logger.debug(f"Skipped paths: {excluded_path_with_default_exclusion}")
|
|
265
265
|
|
|
266
266
|
scan_item.set_cover_pathinfo(input_dir, excluded_path_without_dot)
|
|
267
267
|
ret, found_package_manager, input_dir, suggested_files = find_package_manager(input_dir,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fosslight_dependency
|
|
3
|
-
Version: 4.1.
|
|
3
|
+
Version: 4.1.31
|
|
4
4
|
Summary: FOSSLight Dependency Scanner
|
|
5
5
|
Home-page: https://github.com/fosslight/fosslight_dependency_scanner
|
|
6
6
|
Download-URL: https://github.com/fosslight/fosslight_dependency_scanner
|
|
@@ -6,7 +6,7 @@ fosslight_dependency/_package_manager.py,sha256=-hEOG44AnBoSKjMM-WQAbZIXhD8kHc-E
|
|
|
6
6
|
fosslight_dependency/cli.py,sha256=A4SyAr9zfwI5cKPiWHsPvkD64HtUlpS3CRJ9DN3ytqo,4929
|
|
7
7
|
fosslight_dependency/constant.py,sha256=zaLjZsk4r5Gv6puCbV_Crt9pWrX_FEYzgEh0UQVIE4g,1291
|
|
8
8
|
fosslight_dependency/dependency_item.py,sha256=wNLWcsNycf3HQ5Pib2WrMeo2dn0eHCRg20NLcL95Qew,3345
|
|
9
|
-
fosslight_dependency/run_dependency_scanner.py,sha256=
|
|
9
|
+
fosslight_dependency/run_dependency_scanner.py,sha256=07HvKwmo1IQ--Nb8HWKZsDLNwuFV5XnA7CGFmnS4cs4,19029
|
|
10
10
|
fosslight_dependency/LICENSES/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
11
11
|
fosslight_dependency/LICENSES/LicenseRef-3rd_party_licenses.txt,sha256=EcsFt7aE1rp3OXAdJgmXayfOZdpRdBMcmRnyoqWMCsw,95687
|
|
12
12
|
fosslight_dependency/package_manager/Android.py,sha256=SgQyVxEYvAcCN3EgP9p4QOQZpLIGDahXRm8ntgoCM3c,3666
|
|
@@ -24,14 +24,14 @@ fosslight_dependency/package_manager/Pub.py,sha256=g4jqA19vf3jBdlmPLVZiIYMAQHNn3
|
|
|
24
24
|
fosslight_dependency/package_manager/Pypi.py,sha256=Ae-mFl9jSgc1XrUdzAuKGuZA4nduSsWaC-u6VVjFNtg,17187
|
|
25
25
|
fosslight_dependency/package_manager/Swift.py,sha256=8fdbdAXTNlp2NDoSqQXm48JGAg9UhxA91M1-NhHkT40,6752
|
|
26
26
|
fosslight_dependency/package_manager/Unity.py,sha256=n1006GZ6Qrk8wAdO6wla1Q-JD7Evin7REVj-HDeTARc,5142
|
|
27
|
-
fosslight_dependency/package_manager/Yarn.py,sha256=
|
|
27
|
+
fosslight_dependency/package_manager/Yarn.py,sha256=CdfvyegpBgHTI4Snj-KjkntYMwQ718c0Yz2zchXMoBE,10051
|
|
28
28
|
fosslight_dependency/package_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
29
|
-
fosslight_dependency-4.1.
|
|
30
|
-
fosslight_dependency-4.1.
|
|
31
|
-
fosslight_dependency-4.1.
|
|
32
|
-
fosslight_dependency-4.1.
|
|
33
|
-
fosslight_dependency-4.1.
|
|
34
|
-
fosslight_dependency-4.1.
|
|
35
|
-
fosslight_dependency-4.1.
|
|
36
|
-
fosslight_dependency-4.1.
|
|
37
|
-
fosslight_dependency-4.1.
|
|
29
|
+
fosslight_dependency-4.1.31.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
30
|
+
fosslight_dependency-4.1.31.dist-info/licenses/LICENSES/Apache-2.0.txt,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
31
|
+
fosslight_dependency-4.1.31.dist-info/licenses/LICENSES/LicenseRef-3rd_party_licenses.txt,sha256=EcsFt7aE1rp3OXAdJgmXayfOZdpRdBMcmRnyoqWMCsw,95687
|
|
32
|
+
fosslight_dependency-4.1.31.dist-info/licenses/LICENSES/MIT.txt,sha256=9cx4CbArgByWvkoEZNqpzbpJgA9TUe2D62rMocQpgfs,1082
|
|
33
|
+
fosslight_dependency-4.1.31.dist-info/METADATA,sha256=mWoJrnTm0xW6nK9BxiV2xawEdlTh-97ZuRBCTgspxEQ,5555
|
|
34
|
+
fosslight_dependency-4.1.31.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
35
|
+
fosslight_dependency-4.1.31.dist-info/entry_points.txt,sha256=bJlbAsDzlnvBYHImO0uVqbVXdaDcBzMu4i_X5M8Pd1w,71
|
|
36
|
+
fosslight_dependency-4.1.31.dist-info/top_level.txt,sha256=Jc0V7VcVCH0TEM8ksb8dwroTYz4AmRaQnlr3FB71Hcs,21
|
|
37
|
+
fosslight_dependency-4.1.31.dist-info/RECORD,,
|
|
File without changes
|
{fosslight_dependency-4.1.29.dist-info → fosslight_dependency-4.1.31.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{fosslight_dependency-4.1.29.dist-info → fosslight_dependency-4.1.31.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fosslight_dependency-4.1.29.dist-info → fosslight_dependency-4.1.31.dist-info}/top_level.txt
RENAMED
|
File without changes
|