41. EPMO Open Source Coordination Office Redaction File Detail Report

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.

41.1 Files compared

# 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

41.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 18
Changed 1 4
Inserted 0 0
Removed 0 0

41.3 Comparison options

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

41.4 Active regular expressions

No regular expressions were active.

41.5 Comparison detail

  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   })