New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ip-location-api-jquery-sdk

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip-location-api-jquery-sdk - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "ip-location-api-jquery-sdk",
"version": "1.0.3",
"version": "1.0.4",
"description": "JQuery SDK for IP Location API](https://ipwhois.io/documentation). You can use this SDK to Geolocate an IP address.",

@@ -5,0 +5,0 @@ "scripts": {

@@ -65,3 +65,3 @@ # IP Location API JQuery SDK

var ipwhois = request_ipwhois(ipaddress);
alert("Country: " + ipwhois.country);
alert("Country: " + ipwhois.country);
alert("City: " + ipwhois.city);

@@ -68,0 +68,0 @@ alert("Region: " + ipwhois.region);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc