@cyclonedx/cdxgen 12.1.0 → 12.1.2
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/README.md +17 -1
- package/bin/dependencies.js +36 -36
- package/bin/licenses.js +78 -0
- package/data/spdx.schema.json +35 -2
- package/data/templates/asvs-5.0.cdx.json +1727 -3471
- package/lib/cli/index.js +32 -3
- package/lib/helpers/licenses.poku.js +11 -0
- package/lib/helpers/utils.js +66 -29
- package/lib/helpers/utils.poku.js +21 -1
- package/lib/helpers/validator.js +31 -0
- package/lib/managers/binary.js +42 -11
- package/lib/managers/containerutils.js +68 -0
- package/lib/managers/docker.js +75 -101
- package/package.json +58 -57
- package/types/bin/dependencies.d.ts.map +1 -1
- package/types/bin/licenses.d.ts +3 -0
- package/types/bin/licenses.d.ts.map +1 -0
- package/types/lib/cli/index.d.ts.map +1 -1
- package/types/lib/helpers/utils.d.ts +1 -1
- package/types/lib/helpers/utils.d.ts.map +1 -1
- package/types/lib/helpers/validator.d.ts.map +1 -1
- package/types/lib/managers/binary.d.ts.map +1 -1
- package/types/lib/managers/containerutils.d.ts +3 -0
- package/types/lib/managers/containerutils.d.ts.map +1 -0
- package/types/lib/managers/docker.d.ts +0 -2
- package/types/lib/managers/docker.d.ts.map +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"containerutils.d.ts","sourceRoot":"","sources":["../../../lib/managers/containerutils.js"],"names":[],"mappings":"AAeO,iCALI,MAAM,WACN,MAAM,WACN,OAAO,YACP,OAAO,YAejB;AAqBM,+DAkBN"}
|
|
@@ -9,8 +9,6 @@ export function detectRancherDesktop(): any;
|
|
|
9
9
|
export const isWin: boolean;
|
|
10
10
|
export const DOCKER_HUB_REGISTRY: "docker.io";
|
|
11
11
|
export function stripAbsolutePath(path: any): any;
|
|
12
|
-
export function getDirs(dirPath: string, dirName: string, hidden?: boolean, recurse?: boolean): string[];
|
|
13
|
-
export function getOnlyDirs(srcpath: any, dirName: any): any[];
|
|
14
12
|
export function getConnection(options: any, forRegistry: any): Promise<any>;
|
|
15
13
|
export function makeRequest(path: any, method: any, forRegistry: any): Promise<any>;
|
|
16
14
|
export function parseImageName(fullImageName: any): {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docker.d.ts","sourceRoot":"","sources":["../../../lib/managers/docker.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"docker.d.ts","sourceRoot":"","sources":["../../../lib/managers/docker.js"],"names":[],"mappings":"AAkFA;;GAEG;AACH,oCAoBC;AAED;;GAEG;AACH,4CA2CC;AA5HD,4BAA6C;AAC7C,kCAAmC,WAAW,CAAC;AAmCxC,kDAeN;AAqQM,4EAoGN;AAEM,oFAwBN;AAUM;;;;;;;;EA2EN;AAyBM,2DA+LN;AAwGM,yFAkEN;AAMM;;;;;;;;;;;;;;GAyDN;AAEM;;;;;;;;GAyGN;AAMM,4EAyIN;AAKM,0EA+IN;AAEM,+EAEN;AAEM,4EA0CN;AAEM,iFA0BN"}
|