syntax icon indicating copy to clipboard operation
syntax copied to clipboard

nomnom is no longer supported and generates security vulnerabilities

Open domenic opened this issue 2 years ago • 1 comments

Just an FYI: https://www.npmjs.com/package/nomnom says "This package has been deprecated", and running npm audit generates various security vulnerability warnings.

I am sure none of them are actually exploitable, so it's not a big deal. But I thought maybe you would want to have an issue on the record for moving to a supporting command-line arguments processor. (I tend to use yargs but Node 16+ has a built-in parser that might work.)

domenic avatar Jun 28 '23 02:06 domenic

@domenic thanks, yes, we'll need to migrate to the modern approach used today for this (both yargs and native Node should work). Would appreciate a PR in case.

DmitrySoshnikov avatar Jun 28 '23 02:06 DmitrySoshnikov