safe-link-checker 1.0.0 → 1.0.1

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/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/safe-link-checker.svg)](https://npmjs.org/package/safe-link-checker)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5
- [![Build Status](https://github.com/your-username/safe-link-checker/actions/workflows/ci.yml/badge.svg)](https://github.com/your-username/safe-link-checker/actions)
5
+ [![Build Status](https://github.com/Rajeev766/safe-link-checker/actions/workflows/ci.yml/badge.svg)](https://github.com/Rajeev766/safe-link-checker/actions)
6
6
  [![Security Rating](https://img.shields.io/badge/Security-A%2B-success.svg)](#)
7
7
 
8
8
  An enterprise-grade, lightning-fast Node.js library for validating URLs against phishing, malware, SSRF bypasses, DNS rebinding, and Zip bombs. `SafeLinkChecker` uses consensus-based verification across multiple threat intelligence feeds (URLHaus, OpenPhish) alongside deep heuristics and custom DNS hooks to ensure absolute safety before you fetch or process user-provided URLs.
@@ -81,4 +81,4 @@ Contributions, issues, and feature requests are welcome!
81
81
  See the [Contributing Guidelines](CONTRIBUTING.md) to get started.
82
82
 
83
83
  ## License 📄
84
- [MIT](LICENSE) © 2026 Your Name / Company
84
+ [MIT](LICENSE) © 2026 Rajeev Choudhary
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "safe-link-checker",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Enterprise-grade URL Intelligence Engine",
5
5
  "type": "module",
6
6
  "engines": {
@@ -43,7 +43,7 @@
43
43
  "safe-browsing",
44
44
  "url-security"
45
45
  ],
46
- "author": "",
46
+ "author": "Rajeev Choudhary",
47
47
  "license": "MIT",
48
48
  "repository": {
49
49
  "type": "git",