===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-peek-performance-bar-1.3.0/app/assets/javascripts/peek/views/performance_bar.js-26-    if (value >= 1000) {
ruby-peek-performance-bar-1.3.0/app/assets/javascripts/peek/views/performance_bar.js:27:      return `${(value / 1000).toFixed(3)}s`;
ruby-peek-performance-bar-1.3.0/app/assets/javascripts/peek/views/performance_bar.js-28-    } else {
ruby-peek-performance-bar-1.3.0/app/assets/javascripts/peek/views/performance_bar.js:29:      return `${value.toFixed(0)}ms`;
ruby-peek-performance-bar-1.3.0/app/assets/javascripts/peek/views/performance_bar.js-30-    }
##############################################
ruby-peek-performance-bar-1.3.0/app/assets/javascripts/peek/views/performance_bar.js-109-
ruby-peek-performance-bar-1.3.0/app/assets/javascripts/peek/views/performance_bar.js:110:    let title = `${name}: ${PerformanceBar.formatTime(time)}`;
ruby-peek-performance-bar-1.3.0/app/assets/javascripts/peek/views/performance_bar.js-111-    let bar = $('<li></li>', {title, class: 'peek-tooltip'});
ruby-peek-performance-bar-1.3.0/app/assets/javascripts/peek/views/performance_bar.js-112-    bar.css({
ruby-peek-performance-bar-1.3.0/app/assets/javascripts/peek/views/performance_bar.js:113:      width: `${width}px`,
ruby-peek-performance-bar-1.3.0/app/assets/javascripts/peek/views/performance_bar.js:114:      left:  `${left}px`,
ruby-peek-performance-bar-1.3.0/app/assets/javascripts/peek/views/performance_bar.js-115-      background: color
##############################################
ruby-peek-performance-bar-1.3.0/app/assets/javascripts/peek/views/performance_bar.js-175-
ruby-peek-performance-bar-1.3.0/app/assets/javascripts/peek/views/performance_bar.js:176:    let span = $('<span>', {'class': 'peek-tooltip', title: `${tech} navigation time`})
ruby-peek-performance-bar-1.3.0/app/assets/javascripts/peek/views/performance_bar.js-177-      .text(PerformanceBar.formatTime(total));