===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-31-          if (this.$element.attr('id')) {
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js:32:            classes.push(`id-${this.$element.attr('id')}`)
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-33-          }
##############################################
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-42-        html: this.options.onText,
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js:43:        class: `${this._getClass('handle-on')} ${this._getClass(this.options.onColor)}`
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-44-      })
##############################################
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-46-        html: this.options.offText,
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js:47:        class: `${this._getClass('handle-off')} ${this._getClass(this.options.offColor)}`
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-48-      })
##############################################
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-57-          if (this.$element.is(':radio')) {
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js:58:            $(`[name="${this.$element.attr('name')}"]`).trigger('previousState.bootstrapSwitch', true)
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-59-          } else {
##############################################
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-95-      if (this.$element.is(':radio')) {
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js:96:        $(`[name="${this.$element.attr('name')}"]`).trigger('setPreviousOptions.bootstrapSwitch')
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-97-      } else {
##############################################
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-371-      this.$container.css('margin-left', () => {
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js:372:        const values = [0, `-${this._handleWidth}px`]
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-373-        if (this.options.indeterminate) {
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js:374:          return `-${this._handleWidth / 2}px`
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-375-        }
##############################################
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-442-            if (this.$element.is(':radio')) {
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js:443:              $(`[name="${this.$element.attr('name')}"]`)
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-444-                .not(this.$element)
##############################################
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-512-          this._dragEnd = difference
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js:513:          this.$container.css('margin-left', `${this._dragEnd}px`)
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-514-        },
##############################################
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-566-    _getClass (name) {
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js:567:      return `${this.options.baseClass}-${name}`
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.js-568-    }
##############################################
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.test.js-8-  afterEach(function () {
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.test.js:9:    $(`.${$.fn.bootstrapSwitch.defaults.baseClass}`).bootstrapSwitch('destroy')
node-bootstrap-switch-3.3.4+dfsg+really3.3.3/src/js/bootstrap-switch.test.js-10-  })