Produced by Araxis Merge on 4/18/2019 5:55:21 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
# | Location | File | Last Modified |
---|---|---|---|
1 | MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_API_Core\src\test\sockets | app.js | Wed Apr 3 02:27:34 2019 UTC |
2 | MCCF_EDI_TAS_TASCore v2.0_Build_10.zip\MCCF_EDI_TAS_API_Core\src\test\sockets | app.js | Thu Apr 18 18:31:21 2019 UTC |
Description | Between Files 1 and 2 |
|
---|---|---|
Text Blocks | Lines | |
Unchanged | 2 | 18 |
Changed | 1 | 4 |
Inserted | 0 | 0 |
Removed | 0 | 0 |
Whitespace | |
---|---|
Character case | Differences in character case are significant |
Line endings | Differences in line endings (CR and LF characters) are ignored |
CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
1 | const debu g = requir e('debug') ('test') | |
2 | const io = require(" socket.io- client") | |
3 | const ADDR ESS = ' IP ' | |
4 | const PORT = (proces s.env.PORT || PORT ) | |
5 | const heal th = io.co nnect(`htt p://${ADDR ESS}:${POR T}/health` ) | |
6 | health.on( 'connect', function () { | |
7 | debug( 'connected ') | |
8 | health .on('broad cast', fun ction (mes sage) { | |
9 | de bug(messag e) | |
10 | }) | |
11 | }) |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.