@mikkelscheike/email-provider-links 1.2.0 → 1.3.3

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/README.md CHANGED
@@ -147,13 +147,13 @@ if (result.securityReport.securityLevel === 'CRITICAL') {
147
147
 
148
148
  ## Contributing
149
149
 
150
- We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on adding new email providers.
150
+ We welcome contributions! See [CONTRIBUTING.md](docs/CONTRIBUTING.md) for guidelines on adding new email providers.
151
151
 
152
152
  **Security Note**: All new providers undergo security validation and must pass our allowlist verification.
153
153
 
154
154
  ## Security
155
155
 
156
- For security concerns or to report vulnerabilities, see our [Security Policy](SECURITY.md).
156
+ For security concerns or to report vulnerabilities, see our [Security Policy](docs/SECURITY.md).
157
157
 
158
158
  ## License
159
159
 
@@ -29,7 +29,7 @@ const KNOWN_GOOD_HASHES = {
29
29
  // SHA-256 hash of the legitimate emailproviders.json
30
30
  'emailproviders.json': 'da7a856fe04b11e326230d195fcc3d44f078e481b8929cf4fb5040276e05ffd0',
31
31
  // You can add hashes for other critical files
32
- 'package.json': 'ac34bf4e9e39757c3952070ff423dd46896bf32d48e2360d0e64d80c12387e53'
32
+ 'package.json': '4fec42bf25d33615a2b19bfe573b6d706404d39bfcdd6464a6958e70fca2a579'
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": "1.2.0",
3
+ "version": "1.3.3",
4
4
  "description": "A TypeScript package that provides direct links to email providers based on email addresses to streamline login and password reset flows",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",