pqcheck 0.7.9 → 0.12.0

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.
Files changed (3) hide show
  1. package/README.md +96 -27
  2. package/bin/pqcheck.js +1659 -56
  3. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pqcheck",
3
- "version": "0.7.9",
3
+ "version": "0.12.0",
4
4
  "description": "Decryption Blast Radius scanner — find out how much of your data unlocks when quantum decryption arrives.",
5
5
  "keywords": [
6
6
  "post-quantum",
@@ -17,15 +17,15 @@
17
17
  "crypto-audit",
18
18
  "crypto-inventory"
19
19
  ],
20
- "homepage": "https://quantapact.com",
21
- "bugs": "https://quantapact.com",
20
+ "homepage": "https://cipherwake.io",
21
+ "bugs": "https://cipherwake.io",
22
22
  "repository": {
23
23
  "type": "git",
24
- "url": "https://github.com/quantapact/pqcheck.git",
24
+ "url": "https://github.com/cipherwake-io/pqcheck.git",
25
25
  "directory": "cli"
26
26
  },
27
27
  "license": "MIT",
28
- "author": "Quantapact",
28
+ "author": "Cipherwake",
29
29
  "type": "module",
30
30
  "engines": {
31
31
  "node": ">=18"