![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
IP geo lookup using Maxmind databases, written in pure javascript, with no dependencies.
You can download free geo databases here: http://dev.maxmind.com/geoip/geolite.
npm install maxmind
** see code samples in ./examples
directory **
City/Location lookup
var maxmind = require('maxmind');
maxmind.init('/path/to/GeoLiteCity.dat')
console.log(maxmind.getLocation("66.6.44.4"));
Country Lookup
var maxmind = require('maxmind');
maxmind.init('/path/to/GeoIP.dat')
console.log(maxmind.getCountry("66.6.44.4"));
Module is quite young and some serious bugs are possible. Feel free to send pull request / bug reports.
Module currently work only in MEMORY_CACHE
mode.
FAQs
IP lookup using Maxmind databases
The npm package maxmind receives a total of 38,289 weekly downloads. As such, maxmind popularity was classified as popular.
We found that maxmind 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.