Sign In

@quantakrypto/qscan

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quantakrypto/qscan - npm Package Compare versions

Comparing version
0.9.0
to
0.10.0
+3
-3
package.json
{
"name": "@quantakrypto/qscan",
"version": "0.9.0",
"version": "0.10.0",
"description": "qScan — find quantum-vulnerable cryptography in any codebase (CLI). Zero runtime dependencies.",

@@ -40,4 +40,4 @@ "license": "Apache-2.0",

"dependencies": {
"@quantakrypto/agent": "0.9.0",
"@quantakrypto/core": "0.9.0"
"@quantakrypto/agent": "0.10.0",
"@quantakrypto/core": "0.10.0"
},

@@ -44,0 +44,0 @@ "scripts": {

@@ -33,4 +33,4 @@ # @quantakrypto/qscan

code-signing, weak signature hashes (SHA-1/MD5), DKIM, SPIFFE/SPIRE, and dependency
manifests for **seven ecosystems** — npm (plus `yarn.lock` / `pnpm-lock.yaml`),
PyPI, Cargo, Go modules, Maven, RubyGems, and NuGet — are detected in **any**
manifests for **eight ecosystems** — npm (plus `yarn.lock` / `pnpm-lock.yaml`),
PyPI, Cargo, Go modules, Maven, RubyGems, NuGet, and Composer — are detected in **any**
file regardless of language.

@@ -83,3 +83,3 @@

| `--parallel` | Scan using a worker-thread pool when the workload is large enough. | off |
| `--concurrency <n>` | Worker count for `--parallel` (implies `--parallel`). `0`/`1` forces serial. | CPU count |
| `--concurrency <n>` | Worker count for `--parallel` (implies `--parallel`). `0` forces serial. | CPU count |
| `--audit` | Opt-in supply-chain checks (see below): dependency advisories via each ecosystem's own audit tool, plus a declared-source-repository (provenance) check. Findings merge into the report and the exit code; a missing tool or network hiccup degrades to a stderr diagnostic. | off |

@@ -132,3 +132,3 @@ | `--mandate <id>` | Gate findings against a compliance mandate's dated clauses (`cnsa-2.0`, `nist-ir-8547`; repeatable). Reports each prohibited finding with its clause + deadline; fails the build only once a disallow deadline has passed. Verdicts also ride in `--format json` (`mandateMapping`), `sarif` (`run.properties.mandate`), and `evidence` (hashed). | off |

qScan — quantum-vulnerable cryptography report
root: ./examples/vulnerable-app • files scanned: 2 • qscan v0.5.0
root: ./examples/vulnerable-app • files scanned: 2 • qscan v0.9.0

@@ -135,0 +135,0 @@ 3 findings (2 high, 1 medium)