Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.3.0"
".": "1.4.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.0](https://github.com/OpenForgeProject/supply-chain-scanner/compare/v1.3.0...v1.4.0) (2026-05-21)


### Features

* enhance CSV entry extraction and update README for clarity ([f59a207](https://github.com/OpenForgeProject/supply-chain-scanner/commit/f59a207f25b1ea5ba0b1759e1cf822c60d32cd19))

## [1.3.0](https://github.com/OpenForgeProject/supply-chain-scanner/compare/v1.2.1...v1.3.0) (2026-05-21)


Expand Down
2 changes: 1 addition & 1 deletion check.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const fs = require("fs");
const path = require("path");
const https = require("https");

const SCANNER_VERSION = '1.3.0'; // x-release-please-version
const SCANNER_VERSION = '1.4.0'; // x-release-please-version
const DEFAULT_GITHUB_CSV_URL = 'https://github.com/OpenForgeProject/supply-chain-scanner/tree/main/csv';

function parseCsvLine(line) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supply-chain-scanner",
"version": "1.3.0",
"version": "1.4.0",
"description": "CLI scanner for compromised npm packages based on CSV advisories.",
"bin": {
"supply-chain-scanner": "./check.js"
Expand Down