n8n-workflow
Advanced tools
Comparing version 0.75.0 to 0.76.0
@@ -23,2 +23,12 @@ "use strict"; | ||
const data = dataProxy.getDataProxy(); | ||
data.process = { | ||
arch: process.arch, | ||
env: process.env, | ||
platform: process.platform, | ||
pid: process.pid, | ||
ppid: process.ppid, | ||
release: process.release, | ||
version: process.pid, | ||
versions: process.versions, | ||
}; | ||
try { | ||
@@ -25,0 +35,0 @@ const returnValue = tmpl.tmpl(parameterValue, data); |
{ | ||
"name": "n8n-workflow", | ||
"version": "0.75.0", | ||
"version": "0.76.0", | ||
"description": "Workflow base code of n8n", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
474857
7472
3