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

request-ip

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

request-ip - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

6

CHANGELOG.md
# Change Log
## [Unreleased](https://github.com/pbojinov/request-ip/tree/HEAD)
## [1.2.1](https://github.com/pbojinov/request-ip/tree/1.2.1) (2016-01-27)
[Full Changelog](https://github.com/pbojinov/request-ip/compare/1.2.0...1.2.1)
[Full Changelog](https://github.com/pbojinov/request-ip/compare/1.2.0...HEAD)
**Merged pull requests:**

@@ -16,2 +15,3 @@

- Cleanup [\#13](https://github.com/pbojinov/request-ip/pull/13) ([minecrawler](https://github.com/minecrawler))
- Got it working in a case that was returning null [\#11](https://github.com/pbojinov/request-ip/pull/11) ([andfaulkner](https://github.com/andfaulkner))

@@ -18,0 +18,0 @@

{
"name": "request-ip",
"version": "1.2.1",
"version": "1.2.2",
"description": "A small node.js module to retrieve the request's IP address",

@@ -11,3 +11,4 @@ "main": "index.js",

"scripts": {
"test": "node test/index.js | tap-spec"
"test": "node test/index.js | tap-spec",
"changelog": "github_changelog_generator -t 4c910e93a260e924d44e800b1a4345bf1115c532"
},

@@ -14,0 +15,0 @@ "keywords": [

@@ -59,2 +59,3 @@ #request-ip

9. `req.connection.socket.remoteAddress`
10. `req.info.remoteAddress`

@@ -89,3 +90,3 @@ If cannot find an IP address, it will return `null`.

To generate a new changelog, run [github_changelog_generator](https://github.com/skywinder/github-changelog-generator).
To easily generate a new changelog, install [github-changelog-generator](https://github.com/skywinder/github-changelog-generator) then run `npm run changelog`.

@@ -92,0 +93,0 @@ ## Contributors

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