-
**Vulnerabilities**
DepShield reports that this application's usage of [yargs-parser:10.1.0](https://ossindex.sonatype.org/component/pkg:npm/yargs-parser@10.1.0) results in the following vulnerabilit…
-
I'm getting truncated help output with the current version (1.13.2).
![screenshot 2016-05-03 15 38 33](https://cloud.githubusercontent.com/assets/146111/15000486/1df9a6c2-1145-11e6-8b67-3e64bc3cba07.…
-
Hi, we seem to be getting some vulnerability results from the dependencies from this package. Would it be possible to upgrade them?
```
$ yarn audit
yarn audit v1.22.19
warning ../../../../../.…
-
If I pass `--gasLimit` or `--gasPrice` multiple times (as I was accidentally doing while starting ganache programmitically), it successfully starts but the price and block limit are set to arrays cont…
-
Let’s say we have the following program called `program.cjs`:
```js
const yargs = require('yargs');
yargs
.command(
'foo',
'Do foo',
(builder) => builder.option('bar'),
(…
-
I've been using orbit-db in my nodejs projects, which works really great btw! However, when trying to query databases created with the orbit-db-cli, I get a weird error. For example, this command: `or…
-
Running `npm audit` returns three current security vulnerabilities through dependencies:
```
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low │ P…
-
On multiple occasions, when I publish with the login password in single quotes, the password that gets updated for login in SQL Server is not correct. I have had to go in and manually change the passw…
-
I'm using `yargs` to write a cli tool that is itself the entire "command", meaning you run it by just doing `$0`.
This has been working well so far with strict mode, but when I enable `completion`,…
-
Make publishing the next version builds easier by making a gulp command for it.
E.g. "gulp version 0.1.3"