
Security News
Node.js Drops Bug Bounty Rewards After Funding Dries Up
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.
@iplookup/geocode
Advanced tools
This is an API created to make ip-location-api available for browsers. The database itself is large at 132MB, so it is splitted into over 4000 pieces for fast downloading in a browser.
<script src="https://cdn.jsdelivr.net/npm/@iplookup/geocode/iplookup.min.js"></script>
<script type="text/javascript">
var ip = "51.210.219.22"
var location = await IpLookup(ip)
console.log(location)
// {
// country: 'FR',
// latitude: 50.9959,
// longitude: 2.11757
// }
</script>
import IpLookup from '@iplookup/geocode'
await IpLookup("2402:b801:ea8b:23c0::")
const IpLookup = require('@iplookup/geocode')
await IpLookup("207.97.227.239")
If you need extra information about country, try to use @iplookup/geocode-extra.
The database is published under CC BY 4.0 by DB-IP.
The software itself is published under MIT license by sapics.
FAQs
Browser api to lookup geocode from IP address
We found that @iplookup/geocode 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.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.