Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-24fix(audit-level): add `info` audit levelGar
2021-03-22fix(usage): tie usage to configGar
2021-03-18feat(help): refactor npm help/help-searchGar
2021-03-18chore(config): remove flatOptions referencesGar
2021-03-09fix(usage): clean up usage declarationsGar
2021-03-09fix(npm.output): make output go through npm.outputGar
2021-03-05fix(npm) pass npm context everywhereGar
2021-02-25chore(refactor): promisify completion scriptsGar
2020-11-17Preserve builtin conf when installing npm globallyisaacs
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-10-16Handle errors from audit endpoint appropriatelyisaacs
2020-08-18tests: add npm-auditclaudiahdz
2020-07-29lint the lib folderisaacs
2020-07-29Remove the log-stream config, fix some references to removed modulesisaacs
2020-05-08Consistent output for most reify() commandsisaacs
2020-05-08Fix (with hacky temporary code in some cases) usage output for all commandsisaacs
2020-05-08chore: update/removed usages of libnpmMichael Perrotte
2019-08-01vulns → vulnerabilities in npm audit outputArtem Sapegin
2019-07-18audit: report server error on failureisaacs
2019-06-30enable production flag for npm auditCOURIER, CALEB [AG/1000]
2019-01-09audit: report any errors above 400 as potentially not supporting audit (#128)Kat Marchán
2018-12-11audit: convert audit to new version of n-r-fKat Marchán
2018-08-03audit: configurable audit level for non-zero exit (#31)Leonard Martin
2018-07-14audit: update fix message to provide more instruction (#6)Brad Johnson
2018-07-11audit: add support for --parseable output (#20554)Luis Lobo Borobia
2018-05-31audit: Add synopsis to brief help and suppress trailing newline (#20762)Will Yardley
2018-05-17audit: add subcommand to automatically fix vulns (#20569)Kat Marchán
2018-05-04audit: Only report audit as being unsupported on 404 and >= 500Rebecca Turner
2018-05-04audit: Refuse to run in global modeRebecca Turner
2018-05-04audit: Verify lockfile integrity before runningRebecca Turner
2018-05-04audit: Exit with non-zero when vulnerabilities are foundRebecca Turner
2018-04-21audit: Add new audit commandRebecca Turner