
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@postio/address-finder-bundled
Advanced tools
Drop-in UK address autocomplete for any website. Single <script> tag, no build step. Bundled distribution of @postio/address-finder.
Pre-bundled drop-in build of
@postio/address-finder
— the UK address autocomplete for Postio, the
UK validation API for addresses, emails and phone numbers. Use this
package when you don't want a build step: drop a <script> tag in,
configure, done.
First time? Sign up free — first 100 lookups on us, no card needed.
For bundler-based projects, use @postio/address-finder directly.
For React, use @postio/react.
<input id="address-search" />
<input id="address-line-1" />
<input id="town" />
<input id="postcode" />
<script src="https://cdn.postio.co.uk/v1/address-finder.js"></script>
<script>
Postio.AddressFinder.setup({
apiKey: "pk_…",
input: "#address-search",
output: {
address_line_1: "#address-line-1",
post_town: "#town",
postcode: "#postcode",
},
});
</script>
/v1/address-finder.js always points at the latest v1.x.x release.
For exact pinning in production, use the immutable URL — same file,
1-year cache:
<script src="https://cdn.postio.co.uk/v1.0.0/address-finder.js"></script>
The same artefact is on npm, so it's auto-mirrored:
<script src="https://cdn.jsdelivr.net/npm/@postio/address-finder-bundled@1"></script>
<script src="https://unpkg.com/@postio/address-finder-bundled@1"></script>
<script type="module">
import { setup } from "https://cdn.postio.co.uk/v1/address-finder.esm.js";
setup({ apiKey: "pk_…", input: "#search", output: { /* … */ } });
</script>
Identical to
@postio/address-finder.
MIT.
FAQs
Drop-in UK address autocomplete for any website. Single <script> tag, no build step. Bundled distribution of @postio/address-finder.
We found that @postio/address-finder-bundled demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.