proof-of-commitment 1.18.0 → 1.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +4 -4
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/**
|
|
3
|
-
* proof-of-commitment CLI v1.18.
|
|
3
|
+
* proof-of-commitment CLI v1.18.1
|
|
4
4
|
* Scores npm/PyPI/Cargo/Go packages on behavioral commitment signals.
|
|
5
5
|
* Usage: npx proof-of-commitment [packages...] [options]
|
|
6
6
|
*/
|
|
@@ -304,8 +304,8 @@ function printTable(results, { totalScanned, totalCritical, lockfile } = {}) {
|
|
|
304
304
|
// for healthy packages too — that's exactly when monitoring matters.
|
|
305
305
|
// ref=audit-baseline distinguishes this funnel from audit-cli-429
|
|
306
306
|
// (rate-limit rescue) and from the static utm_source=cli help-line.
|
|
307
|
-
console.log(clr(c.dim, '\n 📊
|
|
308
|
-
console.log(clr(c.dim, ' ') + clr(c.cyan, 'https://getcommit.dev/get-started?ref=audit-baseline&utm_source=cli') + clr(c.dim, ' (free
|
|
307
|
+
console.log(clr(c.dim, '\n 📊 Save this scan as your baseline. Re-run anytime with a free key:'));
|
|
308
|
+
console.log(clr(c.dim, ' ') + clr(c.cyan, 'https://getcommit.dev/get-started?ref=audit-baseline&utm_source=cli') + clr(c.dim, ' (200/day free; push alerts on Developer $15/mo)'));
|
|
309
309
|
}
|
|
310
310
|
console.log();
|
|
311
311
|
}
|
|
@@ -384,7 +384,7 @@ async function inlineSignup(results) {
|
|
|
384
384
|
|
|
385
385
|
function printHelp() {
|
|
386
386
|
console.log(`
|
|
387
|
-
${clr(c.bold, 'proof-of-commitment')} v1.18.
|
|
387
|
+
${clr(c.bold, 'proof-of-commitment')} v1.18.1 — supply chain risk scorer
|
|
388
388
|
|
|
389
389
|
${clr(c.bold, 'Usage:')}
|
|
390
390
|
npx proof-of-commitment Auto-detect manifest in current dir
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "proof-of-commitment",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.1",
|
|
4
4
|
"mcpName": "io.github.piiiico/proof-of-commitment",
|
|
5
5
|
"description": "Supply chain risk scorer for npm, PyPI, Cargo, and Go packages — behavioral signals that can't be faked",
|
|
6
6
|
"type": "module",
|