[CLI] Do not automatically prefix package name when installing
See original GitHub issueFor now, CLI automatically adds hyper-
prefix when installing/uninstalling plugins.
hyper i pane
do exactly the same thing than hyper i hyper-pane
.
But if user wants to install a plugin with a non standardized name like hyper i hyperline
, it will try to install hyper-hyperline
.
It leads to some security problems. If someone forks hyperline
, adds some malicious code and published it as hyper-hyperline
…
Please remove any automatically prefixing in CLI.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:5 (1 by maintainers)
Top Results From Across the Web
npm-install - npm Docs
This command installs a package and any packages that it depends on. If the package has a ... npm install (in a package...
Read more >Command-line Reference - fpm - packaging made simple
Do not list any dependencies in this package automatically. --provides PROVIDES ... (gem only) Name to prefix the package name with. --gem-gem PATH_TO_GEM....
Read more >How to npm install to a specified directory? - Stack Overflow
It appears you have to have the package.json file in this alternate directory if you use the --prefix option. Is there a way...
Read more >Command line options - AWS Documentation
--no-cli-auto-prompt Disables auto-prompt mode for a single command. This option overrides the aws_cli_auto_prompt environment variable and the cli_auto_prompt ...
Read more >Using npm To Install A Specific Version Of A Node.js Package
The above command will install the particular package version you want, ... you do not know the latest version in that range, you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@chabou I am taking charge of that 👍
@MAPESO I did it while I had some spare time. You can look at #2757 to see what needed to be done 👍 ✅