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.2 to 2.0.3

5

HISTORY.md

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

2.0.3 / 2018-02-19
==================
* deps: ipaddr.js@1.6.0
2.0.2 / 2017-09-24

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

4

index.js

@@ -145,4 +145,4 @@ /*!

: len === 1
? trustSingle(rangeSubnets[0])
: trustMulti(rangeSubnets)
? trustSingle(rangeSubnets[0])
: trustMulti(rangeSubnets)
}

@@ -149,0 +149,0 @@

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

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

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

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

"beautify-benchmark": "0.2.4",
"eslint": "3.19.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.7.0",
"eslint": "4.18.0",
"eslint-config-standard": "11.0.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-markdown": "1.0.0-beta.6",
"eslint-plugin-node": "5.1.1",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-node": "6.0.0",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",

@@ -29,0 +29,0 @@ "mocha": "3.5.3",

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