@postio/node
Advanced tools
+2
-2
| { | ||
| "name": "@postio/node", | ||
| "version": "0.1.1", | ||
| "version": "0.1.2", | ||
| "description": "Node-flavoured server SDK for the Postio API. Wraps @postio/core with retries, jitter, and a request-scoped logger hook.", | ||
@@ -50,3 +50,3 @@ "license": "MIT", | ||
| "dependencies": { | ||
| "@postio/core": "^0.1.1" | ||
| "@postio/core": "^0.2.0" | ||
| }, | ||
@@ -53,0 +53,0 @@ "devDependencies": { |
+5
-3
| # @postio/node | ||
| Server-side SDK for the [Postio](https://postio.co.uk) API — UK | ||
| address, email, and phone validation. Wraps | ||
| Server-side SDK for [Postio](https://postio.co.uk) — the UK validation | ||
| API for addresses, emails and phone numbers. Wraps | ||
| [`@postio/core`](https://www.npmjs.com/package/@postio/core) with | ||
| retries (exp backoff + full jitter) and an optional structured logger. | ||
| > **First time?** [Sign up free](https://postio.co.uk) — first 100 lookups on us, no card needed. | ||
| If you're building in the browser, a Cloudflare Worker, Bun, or Deno — | ||
@@ -31,3 +33,3 @@ use [`@postio/core`](https://www.npmjs.com/package/@postio/core) directly. | ||
| const full = await postio.address.udprn(search.results[0]!.udprn); | ||
| const email = await postio.email.validate("alice@postio.co.uk"); | ||
| const email = await postio.email.validate("alice@example.com"); | ||
| ``` | ||
@@ -34,0 +36,0 @@ |
15378
0.75%113
1.8%+ Added
+ Added
- Removed
- Removed
Updated