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

ip2location-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip2location-nodejs - npm Package Compare versions

Comparing version 9.0.0 to 9.1.0

src/ip2location.d.ts

4

package.json
{
"name": "ip2location-nodejs",
"version": "9.0.0",
"version": "9.1.0",
"description": "IP2Location geolocation component",

@@ -18,5 +18,7 @@ "keywords": [

"src/test.js",
"src/ip2location.d.ts",
"./README.md"
],
"main": "src/ip2location.js",
"types": "src/ip2location.d.ts",
"license": "MIT",

@@ -23,0 +25,0 @@ "dependencies": {

@@ -7,3 +7,3 @@ var net = require("net");

// For BIN queries
const VERSION = "9.0.0";
const VERSION = "9.1.0";
const MAX_INDEX = 65536;

@@ -10,0 +10,0 @@ const COUNTRY_POSITION = [

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