n8n/packages/nodes-base/nodes/Code
2025-12-03 12:33:18 +02:00
..
descriptions refactor(editor): Update Code node editor for native Python runner (#18538) 2025-08-19 13:40:02 +02:00
errors refactor(core): Move ApplicationError to @n8n/errors (#17667) 2025-07-28 17:48:56 +02:00
test fix(core): Fix normalization in per-item mode in native Python runner (#20750) 2025-10-14 14:23:21 +02:00
Code.node.json feat: Data transformation nodes and actions in Nodes Panel (#7760) 2023-12-08 11:40:05 +01:00
Code.node.ts fix(core): Defer requirements check for Python runner in internal mode (#22448) 2025-11-28 12:35:11 +01:00
code.svg docs(editor): Nodes icons, Merge node descriptions (#8517) 2024-02-21 16:04:57 +00:00
ExecutionError.ts refactor(core): Move ApplicationError to @n8n/errors (#17667) 2025-07-28 17:48:56 +02:00
JavaScriptSandbox.ts refactor: Impose import/order linting rule across nodes packages (no-changelog) (#12314) 2024-12-19 18:46:14 +01:00
JsCodeValidator.ts fix(Code Node): Do not validate code within comments (#12938) 2025-01-30 09:44:35 -05:00
JsTaskRunnerSandbox.ts refactor(Code Tool Node): Replace vm2 with taskrunner for js (#19247) 2025-09-09 14:15:31 +03:00
native-python-without-runner.error.ts refactor(core): Include native Python option in Code node (#18331) 2025-08-18 12:25:47 +02:00
Pyodide.ts fix(core): Block access to JS object constructor and js module in Pyodide (#16957) 2025-07-07 15:43:38 +02:00
python-runner-unavailable.error.ts fix(core): Defer requirements check for Python runner in internal mode (#22448) 2025-11-28 12:35:11 +01:00
PythonSandbox.ts feat(core): Block access to env in code and expressions by default (#22643) 2025-12-03 12:33:18 +02:00
PythonTaskRunnerSandbox.ts fix(core): Fix normalization in per-item mode in native Python runner (#20750) 2025-10-14 14:23:21 +02:00
reserved-key-found-error.ts refactor(core): Consolidate task result validation in Code node (#18928) 2025-09-02 16:05:10 +02:00
result-validation.ts refactor(core): Consolidate task result validation in Code node (#18928) 2025-09-02 16:05:10 +02:00
Sandbox.ts refactor(core): Consolidate task result validation in Code node (#18928) 2025-09-02 16:05:10 +02:00
throw-execution-error.ts refactor(core): Include native Python option in Code node (#18331) 2025-08-18 12:25:47 +02:00
utils.ts refactor(core): Remove NodeExecutionOutput. Add execution hints directly to the context (#13111) 2025-02-10 16:51:01 +01:00
ValidationError.ts refactor(core): Move ApplicationError to @n8n/errors (#17667) 2025-07-28 17:48:56 +02:00