@mikkelscheike/email-provider-links 4.0.4 → 4.0.7

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.
@@ -29,7 +29,7 @@ const KNOWN_GOOD_HASHES = {
29
29
  // SHA-256 hash of the legitimate emailproviders.json
30
30
  'emailproviders.json': 'c74455b537534268c28b7312664c676cb0f511e6674367da603a15c5fe30e16f',
31
31
  // You can add hashes for other critical files
32
- 'package.json': '386e9cd97f74d11f6af0b1e70357977de1c81757bce9b8ef634c23866ff97512',
32
+ 'package.json': '53897d42221839ee7fa6509523d58ccc01daf2b66a0dbbc731aa2b2aa4216771',
33
33
  };
34
34
  /**
35
35
  * Calculates SHA-256 hash of a file or string content
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mikkelscheike/email-provider-links",
3
- "version": "4.0.4",
3
+ "version": "4.0.7",
4
4
  "description": "TypeScript library for email provider detection with 93 providers (207 domains), concurrent DNS resolution, optimized performance, 94.65% test coverage, and enterprise security for login and password reset flows",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -47,7 +47,7 @@
47
47
  "license": "MIT",
48
48
  "repository": {
49
49
  "type": "git",
50
- "url": "git+https://github.com/mikkelscheike/email-provider-links.git"
50
+ "url": "https://github.com/MikkelScheike/email-provider-links"
51
51
  },
52
52
  "homepage": "https://github.com/mikkelscheike/email-provider-links#readme",
53
53
  "bugs": {
@@ -58,7 +58,8 @@
58
58
  "comment": "Supports Node.js 18.x, 20.x, 22.x, and 24.x"
59
59
  },
60
60
  "publishConfig": {
61
- "access": "public"
61
+ "access": "public",
62
+ "provenance": true
62
63
  },
63
64
  "overrides": {
64
65
  "glob": "^10.4.5",