Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Remove eval for safety
Browse files Browse the repository at this point in the history
  • Loading branch information
wpf500 committed Sep 15, 2023
1 parent 658a37c commit 9d6606c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"body-scroll-lock": "^4.0.0-beta.0",
"color2k": "^2.0.2",
"date-fns": "^2.30.0",
"formiojs": "npm:@beabee/formiojs@^4.15.4",
"formiojs": "npm:@beabee/formiojs@^4.15.6",
"iframe-resizer": "^4.3.6",
"maplibre-gl": "^2.4.0",
"mitt": "^3.0.1",
Expand Down
1 change: 1 addition & 0 deletions src/lib/formio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ import BeabeeStorage from './formio/providers/storage/beabee';

// Formio2.Providers.providers.address = { beabee: BeabeeAddress };
Formio.Providers.providers.storage = { beabee: BeabeeStorage };
Formio.Utils.Evaluator.noeval = true;

export { Form, FormBuilder };

0 comments on commit 9d6606c

Please sign in to comment.