mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Refactor/Update code execution sandbox implementation across components (#4904)
refactor: Update code execution sandbox implementation across components - Replaced NodeVM usage with a new createCodeExecutionSandbox function for improved sandbox management. - Enhanced JavaScript code execution with executeJavaScriptCode function, allowing for better handling of libraries and output streaming. - Updated multiple components to utilize the new sandboxing approach, ensuring consistent execution environment. - Added validation for UUIDs and URLs in various tools to enhance input safety. - Refactored input handling in CustomFunction and IfElseFunction to streamline variable management.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
"@aws-sdk/client-secrets-manager": "^3.699.0",
|
||||
"@datastax/astra-db-ts": "1.5.0",
|
||||
"@dqbd/tiktoken": "^1.0.21",
|
||||
"@e2b/code-interpreter": "^0.0.5",
|
||||
"@e2b/code-interpreter": "^1.5.1",
|
||||
"@elastic/elasticsearch": "^8.9.0",
|
||||
"@flowiseai/nodevm": "^3.9.25",
|
||||
"@getzep/zep-cloud": "~1.0.7",
|
||||
|
||||
Reference in New Issue
Block a user