alireza-ab / vue3-persian-datepicker

A datepicker component for select date (vue 3)
MIT License
34 stars 2 forks source link

When building my app, I receive the following warning: the modules is strongly discouraged as it poses security risks and may cause issues with minification #16

Closed AmirHo3sein closed 3 months ago

AmirHo3sein commented 3 months ago

Hi When building my app, I receive the following warning: node_modules/@alireza-ab/vue3-persian-datepicker/dist/index-es.js (8:18542): The use of eval in node_modules/@alireza-ab/vue3-persian-datepicker/dist/index-es.js is strongly discouraged as it poses security risks and may cause issues with minification

Vue version : ^3.4.21 vite version: "^5.1.6",

alireza-ab commented 3 months ago

Hi @AmirHo3sein The warning is from persian-date package. In the package, eval function is used. This must be fixed in that package. Thanks for reporting.