
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
addressless
Advanced tools
In the Netherlands, every address is uniquely identified by postcode and housenumber. This library wraps a database with all addresses in the Netherlands, allowing you to quickly revolve the address details for postcode and housenumber combinations.
import { lookupAddress } from "addressless";
const address = lookupAddress("4147AZ", "5");
// {
// "city": "Asperen",
// "district": "Asperen",
// "houseNumber": "5",
// "latitude": 51.88051803,
// "longitude": 5.11206571,
// "municipality": "West Betuwe",
// "neighbourhood": "Asperen Oude Kern",
// "postcode": "4147AZ",
// "province": "Gelderland",
// "street": "Stadswal",
// }
The data in this project is based on this repository. I might at some point set up a mechanism to start tailing changes in that repository and create releases automatically. This version is however based on this revision.
FAQs
A library for Dutch address lookups
The npm package addressless receives a total of 0 weekly downloads. As such, addressless popularity was classified as not popular.
We found that addressless 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.