New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@oclif/command

Package Overview
Dependencies
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oclif/command - npm Package Compare versions

Comparing version 1.4.18 to 1.4.19

8

CHANGELOG.md

@@ -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)

2

lib/command.js

@@ -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();

14

package.json
{
"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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc