hulud-party-scanner 1.0.5 → 1.0.6

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 (2) hide show
  1. package/package.json +1 -1
  2. package/scan.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hulud-party-scanner",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "bin": {
5
5
  "hulud-party-scanner": "./scan.js"
6
6
  },
package/scan.js CHANGED
@@ -6,7 +6,7 @@ const crypto = require('crypto');
6
6
  const { execSync } = require('child_process');
7
7
 
8
8
  // --- Configuration ---
9
- const COMPROMISED_LIST_URL = "./compromised-libs.txt";
9
+ const COMPROMISED_LIST_URL = "https://raw.githubusercontent.com/migohe14/hulud-scanner/refs/heads/main/compromised-libs.txt";
10
10
  const MALICIOUS_HASHES = new Set([
11
11
  "46faab8ab153fae6e80e7cca38eab363075bb524edd79e42269217a083628f09",
12
12
  "de0e25a3e6c1e1e5998b306b7141b3dc4c0088da9d7bb47c1c00c91e6e4f85d6",