bouncevalidator 0.0.1 → 0.0.2
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 +6 -0
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -478,6 +478,12 @@ Finally, we perform supplementary checks:
|
|
|
478
478
|
|
|
479
479
|
Contributions are welcome! Please feel free to submit issues and pull requests.
|
|
480
480
|
|
|
481
|
+
## Author
|
|
482
|
+
|
|
483
|
+
Developed and maintained by [HyScaler](https://hyscaler.com) Node.js Team.
|
|
484
|
+
|
|
485
|
+
HyScaler is a software development company specializing in building scalable, high-performance applications. We help businesses scale their technology with expert development services.
|
|
486
|
+
|
|
481
487
|
## License
|
|
482
488
|
|
|
483
489
|
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bouncevalidator",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "A completely local email validation service - alternative to ZeroBounce, Bouncify, and Debounce",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -32,6 +32,11 @@
|
|
|
32
32
|
],
|
|
33
33
|
"author": "HyScaler Node.js Team",
|
|
34
34
|
"license": "MIT",
|
|
35
|
+
"repository": {
|
|
36
|
+
"type": "git",
|
|
37
|
+
"url": "https://github.com/hyscaler/bouncevalidator.git"
|
|
38
|
+
},
|
|
39
|
+
"homepage": "https://github.com/hyscaler/bouncevalidator/blob/main/README.md",
|
|
35
40
|
"devDependencies": {
|
|
36
41
|
"@types/node": "^20.10.0",
|
|
37
42
|
"tsup": "^8.0.1",
|