spawnteract
Advanced tools
Comparing version
@@ -121,3 +121,5 @@ /** | ||
const argv = kernelSpec.argv.map(x => x === '{connection_file}' ? connectionFile : x); | ||
const runningKernel = child_process.spawn(argv[0], argv.slice(1), spawnOptions); | ||
const env = Object.assign({}, process.env, kernelSpec.env); | ||
const runningKernel = child_process.spawn(argv[0], argv.slice(1), | ||
Object.assign({}, { 'env': env}, spawnOptions)); | ||
return { | ||
@@ -124,0 +126,0 @@ spawn: runningKernel, |
{ | ||
"name": "spawnteract", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Proving out an API for spawning Jupyter kernels", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
8317
1.27%168
1.2%1
-50%3
50%