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.7 to 1.4.8

8

CHANGELOG.md

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

<a name="1.4.8"></a>
## [1.4.8](https://github.com/oclif/command/compare/v1.4.7...v1.4.8) (2018-04-08)
### Bug Fixes
* throw error if no message ([c1ed043](https://github.com/oclif/command/commit/c1ed043))
<a name="1.4.7"></a>

@@ -2,0 +10,0 @@ ## [1.4.7](https://github.com/oclif/command/compare/v1.4.6...v1.4.7) (2018-04-06)

2

lib/command.js

@@ -68,2 +68,4 @@ "use strict";

async catch(err) {
if (!err.message)
throw err;
if (err.message.match(/Unexpected arguments?: (-h|--help|help)(,|\n)/)) {

@@ -70,0 +72,0 @@ this._help();

2

package.json
{
"name": "@oclif/command",
"description": "oclif base command",
"version": "1.4.7",
"version": "1.4.8",
"author": "Jeff Dickey @jdxcode",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/oclif/command/issues",

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