@oclif/command
Advanced tools
Comparing version 1.4.18 to 1.4.19
@@ -0,1 +1,9 @@ | ||
<a name="1.4.19"></a> | ||
## [1.4.19](https://github.com/oclif/command/compare/v1.4.18...v1.4.19) (2018-05-02) | ||
### Bug Fixes | ||
* allow subsessions to run redirected CLI ([42c4bc3](https://github.com/oclif/command/commit/42c4bc3)) | ||
<a name="1.4.18"></a> | ||
@@ -2,0 +10,0 @@ ## [1.4.18](https://github.com/oclif/command/compare/v1.4.17...v1.4.18) (2018-05-01) |
@@ -26,2 +26,4 @@ "use strict"; | ||
try { | ||
// remove redirected env var to allow subsessions to run autoupdated client | ||
delete process.env[this.config.scopedEnvVarKey('REDIRECTED')]; | ||
await this.init(); | ||
@@ -28,0 +30,0 @@ return await this.run(); |
{ | ||
"name": "@oclif/command", | ||
"description": "oclif base command", | ||
"version": "1.4.18", | ||
"version": "1.4.19", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -20,14 +20,14 @@ "bugs": "https://github.com/oclif/command/issues", | ||
"devDependencies": { | ||
"@oclif/config": "^1.6.13", | ||
"@oclif/plugin-help": "^1.2.5", | ||
"@oclif/plugin-plugins": "^1.1.3", | ||
"@oclif/config": "^1.6.16", | ||
"@oclif/plugin-help": "^1.2.6", | ||
"@oclif/plugin-plugins": "^1.1.5", | ||
"@oclif/tslint": "^1.1.0", | ||
"@types/chai": "^4.1.3", | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "^9.6.6", | ||
"@types/node": "^10.0.2", | ||
"@types/semver": "^5.5.0", | ||
"chai": "^4.1.2", | ||
"fancy-test": "^1.0.5", | ||
"fancy-test": "^1.0.6", | ||
"mocha": "^5.1.1", | ||
"ts-node": "^6.0.0", | ||
"ts-node": "^6.0.2", | ||
"tslint": "^5.9.1", | ||
@@ -34,0 +34,0 @@ "typescript": "^2.8.3" |
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
46900
376
3