question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[CLI] Do not automatically prefix package name when installing

See original GitHub issue

For 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:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
markozxuucommented, Mar 8, 2018

@chabou I am taking charge of that 👍

1reaction
albinekbcommented, Mar 13, 2018

@MAPESO I did it while I had some spare time. You can look at #2757 to see what needed to be done 👍 ✅

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found