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.6 to 8.1.0

2

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

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

@@ -1136,3 +1136,3 @@ const utils = require("./utils");

expect(parsedList.pkgList[0]).toEqual({
group: "babel",
group: "@babel",
name: "cli",

@@ -1162,3 +1162,3 @@ version: "7.10.1",

"sha512-zpruxnFMz6K94gs2pqc3sidzFDbQpKT5D6P/J/I9s8ekHZ5eczgnRp6pqXC86Bh7+44j/btpmOT0kwiboyqTnA==",
group: "apollo",
group: "@apollo",
name: "client",

@@ -1182,3 +1182,3 @@ version: "3.2.5",

"sha512-rZ1k9kQvJX21Vwgx1L6kSQ6yeXo9cCMyqURSnjG+MRoJn+Mr3LblxmVdzScHXRzv0N9yzy49oG7Bqxp9Knyv/g==",
group: "actions",
group: "@actions",
name: "artifact",

@@ -1217,3 +1217,3 @@ version: "0.6.1",

"sha512-G0U5NjBUYIs39l1J1ckgpVfVX2IxpzRAIT4/2An86O2Mcri3k5xNu7/RRkfObo12wN9s7BmnREAMhH7252oZiA==",
group: "arcanis",
group: "@arcanis",
name: "slice-ansi",

@@ -1234,3 +1234,3 @@ version: "1.0.2",

"sha512-vtU+q0TmdIDmezU7lKub73vObN6nmd3lkcKWz7R9hyNI8gz5o7grDb+FML9nykOLW+09gGIup2xyJ86j5vBKpg==",
group: "babel",
group: "@babel",
name: "code-frame",

@@ -1247,2 +1247,15 @@ version: "7.16.7",

expect(parsedList.pkgList.length).toEqual(1);
parsedList = await utils.parseYarnLock("./test/data/yarn_locks/yarn-at.lock");
expect(parsedList.pkgList.length).toEqual(4);
expect(parsedList.dependenciesList.length).toEqual(4);
expect(parsedList.pkgList[0]).toEqual({
group: "@ac-synth",
name: "yjs",
version: "13.5.39-alpha1",
_integrity:
"sha512-JE93VWVyVa07xkK1wJ5ogjSZ30Nn4ptUuUXdPnu8MsKme1xFHLFFD3UtnHxnxnNDSnGx+WLlhuyHdIFfSCYqYg==",
properties: [
{ name: "SrcFile", value: "./test/data/yarn_locks/yarn-at.lock" }
]
});
});

@@ -1249,0 +1262,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