Socket
Socket
Sign inDemoInstall

@abstractapi/javascript-ip-geolocation

Package Overview
Dependencies
2
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "@abstractapi/javascript-ip-geolocation",
"version": "1.0.0",
"version": "1.0.1",
"description": "AbstractAPI Javascript IP Geolocation Library - Wrapper to quickly start using the powerful AbstractAPI's IP Geolocation service in your projects.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -33,2 +33,16 @@ # AbstractAPI javascript-ip-geolocation library

### Browser, from the CDN
You can have the browser download the library from its closest location through jsDeliver CDN:
```js
<script src="https://cdn.jsdelivr.net/npm/@abstractapi/javascript-core@latest/dist/javascript-core.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@abstractapi/javascript-ip-geolocation@latest/dist/javascript-ip-geolocation.js"></script>
<script>
AbstractEmailValidation.configure('API_KEY');
// use the library
</script>
```
### Browser, from the built file

@@ -35,0 +49,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc