@untool/yargs
Advanced tools
Comparing version 1.0.0-rc.20 to 1.0.0
@@ -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 @@ |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
20297
0
108
0
Updated@untool/core@^1.0.0