Socket
Socket
Sign inDemoInstall

proxy-addr

Package Overview
Dependencies
2
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.5 to 2.0.6

5

HISTORY.md

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

2.0.6 / 2020-02-24
==================
* deps: ipaddr.js@1.9.1
2.0.5 / 2019-04-16

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

2

index.js

@@ -102,3 +102,3 @@ /*!

if (!IP_RANGES.hasOwnProperty(val)) {
if (!Object.prototype.hasOwnProperty.call(IP_RANGES, val)) {
continue

@@ -105,0 +105,0 @@ }

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

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

"forwarded": "~0.1.2",
"ipaddr.js": "1.9.0"
"ipaddr.js": "1.9.1"
},

@@ -22,11 +22,11 @@ "devDependencies": {

"deep-equal": "1.0.1",
"eslint": "5.16.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.17.1",
"eslint-plugin-markdown": "1.0.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-standard": "4.0.0",
"mocha": "6.1.3",
"nyc": "13.3.0"
"eslint": "6.8.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-markdown": "1.0.1",
"eslint-plugin-node": "11.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"mocha": "7.0.1",
"nyc": "15.0.0"
},

@@ -33,0 +33,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc