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.2.2 to 8.2.3

2

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

@@ -5,0 +5,0 @@ "homepage": "http://github.com/cyclonedx/cdxgen",

@@ -1218,2 +1218,14 @@ const utils = require("./utils");

});
parsedList = await utils.parsePnpmLock("./test/data/pnpm-lock6a.yaml");
expect(parsedList.pkgList.length).toEqual(229);
expect(parsedList.dependenciesList.length).toEqual(229);
expect(parsedList.pkgList[0]).toEqual({
group: "@babel",
name: "code-frame",
version: "7.18.6",
scope: "optional",
_integrity:
"sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
properties: [{ name: "SrcFile", value: "./test/data/pnpm-lock6a.yaml" }]
});
});

@@ -1220,0 +1232,0 @@

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