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.0 to 2.0.1

8

HISTORY.md

@@ -0,1 +1,9 @@

2.0.1 / 2017-09-10
==================
* deps: forwarded@~0.1.1
- Fix trimming leading / trailing OWS
- perf: hoist regular expression
* deps: ipaddr.js@1.5.2
2.0.0 / 2017-08-08

@@ -2,0 +10,0 @@ ==================

8

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

@@ -14,4 +14,4 @@ "license": "MIT",

"dependencies": {
"forwarded": "~0.1.0",
"ipaddr.js": "1.4.0"
"forwarded": "~0.1.1",
"ipaddr.js": "1.5.2"
},

@@ -28,3 +28,3 @@ "devDependencies": {

"eslint-plugin-standard": "3.0.1",
"mocha": "3.5.0",
"mocha": "3.5.2",
"nyc": "10.3.2"

@@ -31,0 +31,0 @@ },

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