@blamejs/core 0.9.7 → 0.9.9
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/CHANGELOG.md +2 -0
- package/index.js +2 -0
- package/lib/auth/password.js +5 -4
- package/lib/cli.js +9 -3
- package/lib/db-schema.js +4 -1
- package/lib/external-db-migrate.js +4 -1
- package/lib/mail-bimi.js +8 -9
- package/lib/migrations.js +3 -1
- package/lib/public-suffix.js +19 -30
- package/lib/seeders.js +3 -1
- package/lib/vendor/.vendor-data-pubkey +4 -0
- package/lib/vendor/MANIFEST.json +156 -144
- package/lib/vendor/bimi-trust-anchors.data.js +68 -0
- package/lib/vendor/common-passwords-top-10000.data.js +1325 -0
- package/lib/vendor/common-passwords-top-10000.txt +2 -0
- package/lib/vendor/public-suffix-list.dat +6 -0
- package/lib/vendor/public-suffix-list.data.js +5881 -0
- package/lib/vendor/vendor-data-pubkey.js +16 -0
- package/lib/vendor-data.js +363 -0
- package/package.json +1 -1
- package/sbom.cdx.json +6 -6
|
@@ -9998,3 +9998,5 @@ epson
|
|
|
9998
9998
|
evangeli
|
|
9999
9999
|
eeeee1
|
|
10000
10000
|
eyphed
|
|
10001
|
+
|
|
10002
|
+
_blamejs_canary_password_2026_05_13_blamejs_internal_
|
|
@@ -16374,3 +16374,9 @@ nett.to
|
|
|
16374
16374
|
zabc.net
|
|
16375
16375
|
|
|
16376
16376
|
// ===END PRIVATE DOMAINS===
|
|
16377
|
+
|
|
16378
|
+
|
|
16379
|
+
// ===BEGIN blamejs canary===
|
|
16380
|
+
// Honeytoken — vendor-data integrity defense (lib/vendor-data.js).
|
|
16381
|
+
_blamejs_canary_v0_9_8_.local
|
|
16382
|
+
// ===END blamejs canary===
|