New:Socket for Asana Is Now Available.Learn more
Get Started

@postio/node

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postio/node - npm Package Compare versions

Comparing version
0.1.1
to
0.1.2
+2
-2
package.json
{
"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": {

# @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 @@