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

@untool/yargs

Package Overview
Dependencies
Maintainers
3
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.5.0 to 0.6.0

preset.js

11

CHANGELOG.md

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

<a name="0.6.0"></a>
# [0.6.0](https://github.com/untool/untool/compare/v0.5.1...v0.6.0) (2018-05-16)
### Features
* **yargs:** make untool/yargs a full-fledged preset ([817d76c](https://github.com/untool/untool/commit/817d76c))
<a name="0.5.0"></a>

@@ -8,0 +19,0 @@ # [0.5.0](https://github.com/untool/untool/compare/v0.4.3...v0.5.0) (2018-05-07)

5

package.json
{
"name": "@untool/yargs",
"version": "0.5.0",
"version": "0.6.0",
"description": "untool yargs mixin",
"keywords": [
"unmixin"
"unmixin",
"unpreset"
],

@@ -8,0 +9,0 @@ "bin": {

2

README.md

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

### `registerCommands(yargs, chalk)` ([pipe](https://github.com/untool/mixinable/blob/master/README.md#definepipe))
### `registerCommands(yargs)` ([pipe](https://github.com/untool/mixinable/blob/master/README.md#definepipe))

@@ -45,0 +45,0 @@ This is the most relevant hook provided by `@untool/yargs`: it enables other mixins to register their respective commands. Implementations of this mixin method will receive two arguments: a [`yargs`](http://yargs.js.org) instance and the command line arguments `@untool/yargs` received. Implementations need to return the `yargs` instance that they were called with.

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