-
## The devDependency [yargs](https://github.com/yargs/yargs) was updated from `13.2.2` to `13.2.4`.
🚨 [View failing branch](https://github.com/brendenpalmer/eslint-plugin-disable-features/compare/ma…
-
It seems that commands in help don't render correctly with Deno. Specifically, they don't show the file name and they also don't work with a compiled executable.
For example, with the following fil…
-
## The dependency [yargs](https://github.com/yargs/yargs) was updated from `14.1.0` to `14.2.0`.
🚨 [View failing branch](https://github.com/smashwilson/hubot-plan/compare/master...smashwilson:greenk…
-
node -v. v16.14.0
npm -v. 8.3.1
yarn run v1.22.19
$ npm run dev
> mall-admin-web@1.0.0 dev
> webpack-dev-server --inline --progress --config build/webpack.dev.conf.js
node:internal…
-
This is with yargs v16.0.1.
Sample code in `test.js`:
```
const yargs = require('yargs/yargs')
const {hideBin} = require('yargs/helpers');
const argv = yargs(hideBin(process.argv))
.co…
-
## CVE-2020-7608 - Medium Severity Vulnerability
Vulnerable Library - yargs-parser-7.0.0.tgz
the mighty option parser used by yargs
Library home page: https://registry.npmjs.org/yargs-parser/-/yargs…
-
When using the following code:
```js
const yargs = require('yargs')
console.log(yargs.option('opt', { array: true }).parse().opt)
```
Using a `=` or not changes the parsed value, which is qui…
-
If a script requires a name exported using the [package.json "exports" field](https://medium.com/@nodejs/announcing-core-node-js-support-for-ecmascript-modules-c5d6dc29b663#3a15), it causes the [node/…
-
On the tile server, we're getting a critical package issue, that comes from:
nodetiles-core -> canvas -> minimist.
Upgrading canvas here should fix the issue.
More details on the issues with mi…
-
Expected: quoted qutoes (I.e. `'"hello"'`) should be left alone, only the OS should remove quotes when constructing process' argv.
What happens: yargs also removes quotes.
```
const yargs = req…
OJezu updated
3 years ago