
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
@sthan/core
Advanced tools
TypeScript client for sthan.io APIs — address verification, parsing, autocomplete, geocoding, IP geolocation
TypeScript client for sthan.io APIs.
import { SthanClient } from "@sthan/core";
const client = new SthanClient({ apiKey: "sthan_test_your_key" });
const result = await client.verifyAddress("123 Main St, New York, NY 10001");
console.log(result.Result);
| Method | Description |
|---|---|
verifyAddress(address) | Verify US address deliverability |
parseAddress(address) | Parse freeform address into components |
autocompleteAddress(text) | Address suggestions from partial input |
autocompleteCity(text, displayType?) | City suggestions |
autocompleteZipCode(text, displayType?) | ZIP code suggestions |
geocodeAddress(address) | Forward geocode (address to coordinates) |
reverseGeocode(lat, lon) | Reverse geocode (coordinates to address) |
ipGeolocation(ip) | IP address location lookup |
MIT
FAQs
TypeScript client for sthan.io APIs — address verification, parsing, autocomplete, geocoding, IP geolocation
The npm package @sthan/core receives a total of 23 weekly downloads. As such, @sthan/core popularity was classified as not popular.
We found that @sthan/core 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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.