Replaced eval with Function for security

This commit is contained in:
Peng-YM
2022-06-03 20:36:06 +08:00
parent cc628788fc
commit 1678d2cb65
5 changed files with 34 additions and 26 deletions

View File

@@ -15,6 +15,7 @@
"body-parser": "^1.19.0",
"express": "^4.17.1",
"js-base64": "^3.7.2",
"lodash": "^4.17.21",
"request": "^2.88.2",
"static-js-yaml": "^1.0.0"
},