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

proxy-addr

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

proxy-addr - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

5

HISTORY.md

@@ -0,1 +1,6 @@

2.0.4 / 2018-07-26
==================
* deps: ipaddr.js@1.8.0
2.0.3 / 2018-02-19

@@ -2,0 +7,0 @@ ==================

14

package.json
{
"name": "proxy-addr",
"description": "Determine address of proxied request",
"version": "2.0.3",
"version": "2.0.4",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",

@@ -15,3 +15,3 @@ "license": "MIT",

"forwarded": "~0.1.2",
"ipaddr.js": "1.6.0"
"ipaddr.js": "1.8.0"
},

@@ -21,9 +21,9 @@ "devDependencies": {

"beautify-benchmark": "0.2.4",
"eslint": "4.18.0",
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "6.0.0",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-standard": "3.1.0",
"mocha": "3.5.3",

@@ -30,0 +30,0 @@ "nyc": "10.3.2"

@@ -123,3 +123,3 @@ # proxy-addr

```js
var trust = proxyaddr.compile('localhost')
var trust = proxyaddr.compile('loopback')
var addr = proxyaddr(req, trust)

@@ -126,0 +126,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