New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cyclonedx/cdxgen

Package Overview
Dependencies
Maintainers
5
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cyclonedx/cdxgen - npm Package Compare versions

Comparing version 8.0.3 to 8.0.4

10

package.json
{
"name": "@cyclonedx/cdxgen",
"version": "8.0.3",
"version": "8.0.4",
"description": "Creates CycloneDX Software Bill-of-Materials (SBOM) from source or container image",

@@ -52,7 +52,7 @@ "homepage": "http://github.com/cyclonedx/cdxgen",

"dependencies": {
"@babel/parser": "^7.20.7",
"@babel/traverse": "^7.20.12",
"@babel/parser": "^7.20.15",
"@babel/traverse": "^7.20.13",
"cheerio": "^1.0.0-rc.12",
"edn-data": "^1.0.0",
"glob": "^8.0.3",
"glob": "^8.1.0",
"global-agent": "^3.0.0",

@@ -77,3 +77,3 @@ "got": "^11.8.5",

"optionalDependencies": {
"@cyclonedx/cdxgen-plugins-bin": "^1.0.0",
"@cyclonedx/cdxgen-plugins-bin": "^1.0.5",
"connect": "^3.7.0",

@@ -80,0 +80,0 @@ "body-parser": "^1.20.1",

@@ -74,3 +74,3 @@ # CycloneDX Generator

```bash
```shell
sudo npm install -g @cyclonedx/cdxgen

@@ -87,3 +87,3 @@ ```

```bash
```text
$ cdxgen -h

@@ -127,3 +127,3 @@ Options:

```bash
```shell
cdxgen -o bom.json

@@ -138,3 +138,3 @@ ```

```bash
```shell
cdxgen -t java -o bom.json

@@ -145,3 +145,3 @@ ```

```bash
```shell
cdxgen -t java -o bom.json -p

@@ -152,3 +152,3 @@ ```

```bash
```shell
cdxgen -r -o bom.json

@@ -165,3 +165,3 @@ ```

```bash
```shell
cdxgen --server

@@ -180,3 +180,3 @@ ```

```bash
```shell
curl "http://127.0.0.1:9090/sbom?path=/Volumes/Work/sandbox/vulnerable-aws-koa-app&multiProject=true&type=js"

@@ -187,3 +187,3 @@ ```

```bash
```shell
curl "http://127.0.0.1:9090/sbom?url=https://github.com/HooliCorp/vulnerable-aws-koa-app.git&multiProject=true&type=js"

@@ -200,3 +200,3 @@ ```

```
```shell
git clone https://github.com/cyclonedx/cdxgen.git

@@ -212,3 +212,3 @@ docker compose up

```bash
```shell
privado scan --enable-javascript <directory>

@@ -222,3 +222,3 @@ cdxgen -t universal <directory> -o bom.json

```bash
```shell
# cdxgen -t java app.war

@@ -232,3 +232,3 @@ cdxgen app.war

```bash
```shell
cdxgen -t java --resolve-class -o bom.json

@@ -287,3 +287,3 @@ ```

```
```shell
sudo npm install -g @cyclonedx/cdxgen-plugins-bin

@@ -296,3 +296,3 @@ ```

```bash
```shell
cdxgen odoo@sha256:4e1e147f0e6714e8f8c5806d2b484075b4076ca50490577cdf9162566086d15e -o /tmp/bom.json

@@ -303,3 +303,3 @@ ```

```bash
```shell
cdxgen shiftleft/scan-slim -o /tmp/bom.json -t docker

@@ -310,3 +310,3 @@ ```

```bash
```shell
docker save -o /tmp/slim.tar shiftleft/scan-slim

@@ -327,3 +327,3 @@ podman save -q --format oci-archive -o /tmp/slim.tar shiftleft/scan-slim

```bash
```shell
systemctl --user enable --now podman.socket

@@ -338,3 +338,3 @@ systemctl --user start podman.socket

```
```shell
cdxgen -t os

@@ -341,0 +341,0 @@ ```

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc