response-time icon indicating copy to clipboard operation
response-time copied to clipboard

Warning on build for use of eval

Open AlexBroadbent opened this issue 3 years ago • 0 comments

Version: 2.3.2

(!) Use of eval is strongly discouraged
https://rollupjs.org/guide/en/#avoiding-eval
../../../node_modules/response-time/node_modules/depd/index.js
408: 
409:    // eslint-disable-next-line no-eval
410:   var deprecatedfn = eval('(function (' + args + ') {\n' +
                          ^
411:     '"use strict"\n' +
412:     'log.call(deprecate, message, site)\n' +

AlexBroadbent avatar Jul 23 '22 10:07 AlexBroadbent