You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools.json
+21-16Lines changed: 21 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -227,7 +227,8 @@
227
227
"SBOM"
228
228
],
229
229
"availability": [
230
-
"OPEN_SOURCE"
230
+
"OPEN_SOURCE",
231
+
"OSI_APPROVED"
231
232
],
232
233
"functions": [
233
234
"AUTHOR",
@@ -266,38 +267,45 @@
266
267
{
267
268
"name": "CycloneDX for NPM",
268
269
"publisher": "CycloneDX",
269
-
"description": "Command-line utility and TypeScript library that generates CycloneDX Software Bills of Materials (SBOMs) for Node.js (npm/yarn/pnpm) projects.",
270
+
"description": "Create CycloneDX Software Bill of Materials (SBOM) from npm projects.",
0 commit comments