We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf5b45 commit a7a725bCopy full SHA for a7a725b
src/test-branch-search.ts
@@ -21,7 +21,7 @@ async function main() {
21
];
22
const diffChanges = [
23
{ changeType: 'added', name: 'lodash', ecosystem: 'npm', purl: 'pkg:npm/[email protected]', version: '4.17.21' },
24
- { changeType: 'updated', name: 'react', ecosystem: 'npm', purl: 'pkg:npm/[email protected]', version: '18.2.0', newVersion: '18.3.0-beta' }
+ { changeType: 'updated', name: 'react', ecosystem: 'npm', purl: 'pkg:npm/[email protected]', version: '18.2.0' }
25
26
27
const synthetic: RepositorySbom = {
0 commit comments