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 1.0.0-rc.20 to 1.0.0

8

CHANGELOG.md

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

# [1.0.0](https://github.com/untool/untool/compare/v1.0.0-rc.20...v1.0.0) (2019-01-29)
**Note:** Version bump only for package @untool/yargs
# [1.0.0-rc.20](https://github.com/untool/untool/compare/v1.0.0-rc.19...v1.0.0-rc.20) (2019-01-24)

@@ -8,0 +16,0 @@

6

package.json
{
"name": "@untool/yargs",
"version": "1.0.0-rc.20",
"version": "1.0.0",
"description": "untool yargs mixin",

@@ -22,3 +22,3 @@ "bin": {

"dependencies": {
"@untool/core": "^1.0.0-rc.20",
"@untool/core": "^1.0.0",
"mixinable": "^4.0.0",

@@ -31,3 +31,3 @@ "pretty-ms": "^4.0.0",

},
"gitHead": "c72e59d7f257eafb2a9182537236192a312e21b9"
"gitHead": "b62ab7c2654092232afe45b13e230c64e30695a8"
}

@@ -59,3 +59,3 @@ # `@untool/yargs`

By implemention this method, your mixin can intercept and alter command configuration. Its main purpose is to enable you to add arguments to commands defined by other mixins.
By implementing this method, your mixin can intercept and alter command configuration. Its main purpose is to enable you to add arguments to commands defined by other mixins.

@@ -79,2 +79,4 @@ ```javascript

**Caveat**: please be advised that, while we strive to keep the `definition` argument very stable, it may change between `minor` versions of `@untool/*` packages that provide commands. Additionally, other mixins may alter the command you want to modify in relevant ways, so code accordingly.
### `handleArguments(argv)` ([sequence](https://github.com/untool/mixinable/blob/master/README.md#defineparallel))

@@ -81,0 +83,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