Comparing version 3.0.0 to 3.0.1
@@ -0,1 +1,13 @@ | ||
2018-06-28, Version 3.0.1 | ||
========================= | ||
* remove unnecessary use of regex (Ryan Graham) | ||
* Fixed typo on forward proxy (Cemal Eker) | ||
* Fixed typo (Leopold Bradley) | ||
* don't log warning if env file doesn't exist (Ryan Graham) | ||
2018-05-21, Version 3.0.0 | ||
@@ -2,0 +14,0 @@ ========================= |
@@ -29,11 +29,4 @@ // Copyright IBM Corp. 2012,2016. All Rights Reserved. | ||
}; | ||
req.url = _url.path; | ||
var urlmatch = req.url.match(/http:\/\/[^/]*:?[0-9]*(\/.*)$/); | ||
if(urlmatch) { | ||
req.url = urlmatch[1]; | ||
} else { | ||
req.url = '/'; | ||
} | ||
} else { | ||
@@ -40,0 +33,0 @@ target = { |
@@ -130,3 +130,2 @@ // Copyright IBM Corp. 2012,2016. All Rights Reserved. | ||
if(!fs.existsSync(path)) { | ||
cons.Warn("No ENV file found"); | ||
env = {}; | ||
@@ -133,0 +132,0 @@ } else { |
{ | ||
"name": "foreman", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"homepage": "http://strongloop.github.io/node-foreman/", | ||
@@ -5,0 +5,0 @@ "description": "Node Implementation of Foreman", |
@@ -57,3 +57,3 @@ # Node Foreman [![Build Status](https://travis-ci.org/strongloop/node-foreman.svg)](https://travis-ci.org/strongloop/node-foreman) | ||
to do the same. If your processes exit, Node Foreman will assume an error | ||
has ocurred and shut your application down. | ||
has occurred and shut your application down. | ||
@@ -293,3 +293,3 @@ Instead of daemonizing, you should use `nf export` to ready your application | ||
$ nf start -f 9999 -h nodefly.com | ||
$ nf start -f 9999 -i nodefly.com | ||
[OKAY] Forward Proxy Started in Port 9999 | ||
@@ -296,0 +296,0 @@ [OKAY] Intercepting requests to nodefly.com through forward proxy |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
61862
8
1067