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.0 to 1.4.1

8

CHANGELOG.md

@@ -0,1 +1,9 @@

<a name="1.4.1"></a>
## [1.4.1](https://github.com/oclif/command/compare/0651ef054e01f9eb6e54cfff598d8b126f8aefe5...v1.4.1) (2018-02-28)
### Bug Fixes
* fixed return value ([15212c3](https://github.com/oclif/command/commit/15212c3))
<a name="1.4.0"></a>

@@ -2,0 +10,0 @@ # [1.4.0](https://github.com/oclif/command/compare/785f4f485397ee5485e391c3ac4342959c140dcc...v1.4.0) (2018-02-28)

2

lib/command.js

@@ -123,4 +123,4 @@ "use strict";

let cmd = new this(argv, config);
await cmd._run(argv);
return cmd._run(argv);
};
exports.default = Command;
{
"name": "@oclif/command",
"description": "oclif base command",
"version": "1.4.0",
"version": "1.4.1",
"author": "Jeff Dickey @jdxcode",

@@ -20,4 +20,4 @@ "bugs": "https://github.com/oclif/command/issues",

"@oclif/errors": "^1.0.2",
"@oclif/plugin-help": "^1.1.3",
"@oclif/plugin-plugins": "^1.0.1",
"@oclif/plugin-help": "^1.1.5",
"@oclif/plugin-plugins": "^1.0.3",
"@oclif/tslint": "^1.0.2",

@@ -24,0 +24,0 @@ "@types/chai": "^4.1.2",

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