Comparing version 0.3.0 to 0.3.1
@@ -42,4 +42,5 @@ 'use strict'; | ||
Reflect.deleteProperty(process.env, backupKey); | ||
} else { | ||
process.env[backupKey] = backupValue; | ||
} | ||
process.env[backupKey] = backupValue; | ||
}); | ||
@@ -46,0 +47,0 @@ }; |
@@ -41,4 +41,5 @@ 'use strict'; | ||
Reflect.deleteProperty(process.env, backupKey); | ||
} else { | ||
process.env[backupKey] = backupValue; | ||
} | ||
process.env[backupKey] = backupValue; | ||
}); | ||
@@ -45,0 +46,0 @@ }; |
{ | ||
"name": "nodeenv", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "nodeenv enables tests to control Node.js environment variables.", | ||
@@ -22,3 +22,3 @@ "contributors": [ | ||
"devDependencies": { | ||
"assertthat": "0.10.3", | ||
"assertthat": "0.11.0", | ||
"roboter": "0.15.4", | ||
@@ -25,0 +25,0 @@ "roboter-server": "0.15.4" |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8807
7
181
0
10