Comparing version 1.5.5 to 1.5.6
@@ -283,3 +283,3 @@ 'use strict'; | ||
timeout: params.timeout, | ||
env: params.env | ||
env: Object.assign({}, process.env, params.env) | ||
}; | ||
@@ -286,0 +286,0 @@ debug('execute command: %s, id: %s', command, id); |
{ | ||
"name": "agentx", | ||
"version": "1.5.5", | ||
"version": "1.5.6", | ||
"description": "agentx is powered by alinode", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
32606
10