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
0
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.6.2 to 9.6.3

2

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -144,2 +144,8 @@ export class IP2Location {

/**
* Resets metadata and closes file handle asynchronously.
*
* @returns The promise of 0 if successful else -1 for errors.
*/
closeAsync(): Promise<0 | -1>;
/**
* Retrieves geolocation data into supplied object.

@@ -179,4 +185,4 @@ *

zipCode: string;
latitude: string;
longitude: string;
latitude: string | number;
longitude: string | number;
timeZone: string;

@@ -216,4 +222,4 @@ netSpeed: string;

zipCode: string;
latitude: string;
longitude: string;
latitude: string | number;
longitude: string | number;
timeZone: string;

@@ -220,0 +226,0 @@ netSpeed: string;

Sorry, the diff of this file is too big to display

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