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

foreman

Package Overview
Dependencies
Maintainers
16
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

foreman - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

12

CHANGES.md

@@ -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 @@ =========================

9

forward.js

@@ -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

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