@lacspace/email-validate 1.0.5 → 1.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.
- package/README.md +12 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -96,18 +96,24 @@ You can also read/extend the exported sets: `DISPOSABLE_DOMAINS`, `FREE_PROVIDER
|
|
|
96
96
|
|
|
97
97
|
## Licensing
|
|
98
98
|
|
|
99
|
-
This package is **free** under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** —
|
|
99
|
+
This package is **free** under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — permissive freedoms. Use it in personal and commercial projects at no cost; just keep the notice.
|
|
100
100
|
|
|
101
101
|
Not every Lacspace package is free. We also offer **Commercial** (paid), **Client-specific**, and **Private** (proprietary) packages under separate terms. See the full **[Lacspace Licence Centre](https://lacspace.com/licenses)**.
|
|
102
102
|
|
|
103
|
+
<!-- LACSPACE-DEV-PLATFORM -->
|
|
104
|
+
|
|
103
105
|
---
|
|
104
106
|
|
|
105
|
-
|
|
107
|
+
## The Lacspace Developer Platform
|
|
106
108
|
|
|
107
|
-
|
|
109
|
+
`@lacspace/email-validate` is part of **80+ zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
|
|
108
110
|
|
|
109
|
-
|
|
111
|
+
- 📦 **This package, documented** — https://developer.lacspace.com/packages/email-validate
|
|
112
|
+
- 🗂️ **All 80+ packages** — https://developer.lacspace.com/packages
|
|
113
|
+
- 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
|
|
114
|
+
- 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
|
|
115
|
+
- 🖥️ **Finished app templates** — https://templates.lacspace.com
|
|
116
|
+
- 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
|
|
110
117
|
|
|
111
|
-
|
|
118
|
+
Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
|
|
112
119
|
|
|
113
|
-
<div align="center"><sub>Built with care by <a href="https://lacspace.com">Lacspace</a> · Lacspace Free Licence · <a href="https://github.com/lacspace/npm-packages">source</a></sub></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lacspace/email-validate",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Smart email validation — syntax, disposable/temp-mail detection, role & free-provider flags, Gmail normalization and 'did you mean?' typo suggestions. Zero-dependency, isomorphic.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
],
|
|
45
45
|
"author": "Lacspace <contact@lacspace.com>",
|
|
46
46
|
"license": "SEE LICENSE IN LICENSE",
|
|
47
|
-
"homepage": "https://lacspace.com/packages",
|
|
47
|
+
"homepage": "https://developer.lacspace.com/packages/email-validate",
|
|
48
48
|
"repository": {
|
|
49
49
|
"type": "git",
|
|
50
50
|
"url": "git+https://github.com/lacspace/npm-packages.git",
|