Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ipware

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipware - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

index.js

@@ -110,3 +110,3 @@

}
return ip;
return ip || '127.0.0.1';
}

@@ -113,0 +113,0 @@

{
"name": "ipware",
"version": "0.0.4",
"version": "0.0.5",
"description": "Returns the real IP address of users in Node.js",

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

@@ -43,6 +43,6 @@ Node IPware

// **Advanced option:** By default the left most address in the `HTTP_X_FORWARDED_FOR` is returned.
// However, depending on your preference and needs, you can change this behavior by passing
// the `right_most_proxy=True` to the API.
// **Note:** Not all proxies are equal. So left to right or right to left preference is not a
// Advanced option: By default the left most address in the `HTTP_X_FORWARDED_FOR` is
// returned. However, depending on your preference and needs, you can change this
// behavior by passing the `right_most_proxy=True` to the API.
// Note: Not all proxies are equal. So left to right or right to left preference is not a
// rule that all proxy servers follow.

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

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