summaryrefslogtreecommitdiff
path: root/plugins/npx
AgeCommit message (Collapse)Author
2022-01-26fix(npx)!: detect new `npx` versions and fail gracefully (#10452)Marc Cornellà
BREAKING CHANGE: the `npx` plugin used a feature of `npx` to check for npm packages and run them if a command was not found. This feature was removed in v7.0.0 and was deemed insecure. The `npx` plugin is now officially deprecated and will be removed soon. Fixes #10452
2020-10-21npx: deprecate pluginMarc Cornellà
Fixes #9366
2018-05-26[plugin] update NPX docs (#6849)Pooya Parsa
2017-11-06plugin: npx (#6152)Pooya Parsa