Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@untool/yargs

Package Overview
Dependencies
Maintainers
4
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@untool/yargs - npm Package Compare versions

Comparing version 0.14.0 to 0.15.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="0.15.0"></a>
# [0.15.0](https://github.com/untool/untool/compare/v0.14.2...v0.15.0) (2018-08-02)
**Note:** Version bump only for package @untool/yargs
<a name="0.14.0"></a>

@@ -8,0 +16,0 @@ # [0.14.0](https://github.com/untool/untool/compare/v0.13.0...v0.14.0) (2018-07-25)

6

index.js

@@ -8,3 +8,3 @@ #!/usr/bin/env node

exports.run = (...args) => {
exports.run = (overrides, ...args) => {
try {

@@ -15,3 +15,5 @@ const yargs = args.length ? createYargs(args) : createYargs;

}
const { registerCommands, handleArguments, handleError } = bootstrap();
const { registerCommands, handleArguments, handleError } = bootstrap(
overrides
);
if (!(registerCommands && handleArguments && handleError)) {

@@ -18,0 +20,0 @@ throw new Error("Can't use @untool/yargs mixin");

{
"name": "@untool/yargs",
"version": "0.14.0",
"version": "0.15.0",
"description": "untool yargs mixin",

@@ -29,3 +29,3 @@ "keywords": [

"dependencies": {
"@untool/core": "^0.14.0",
"@untool/core": "^0.15.0",
"mixinable": "^3.1.2",

@@ -32,0 +32,0 @@ "yargs": "^12.0.0"

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