Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
The easy way to switch to your projects on Shell. Add your projects to pm
and switch between them with a command.
To install the program, download the installer and execute it.
cd ~
wget https://raw.githubusercontent.com/Angelmmiguel/pm/master/install.sh
chmod 755 ./install.sh
If you want to install last stable version, only run downloaded script:
./install.sh
If you want to install latest development version, run the installer with --prerelease
option:
./install.sh --prerelease
Type your shell when the installer ask to you:
What is your shell? [ zsh, bash ]:
To update PM, run same process than installation and say yes
when PM ask you to update.
Available shells are:
--prerelease
option)Move to your awesome project and add it to pm
:
cd projects/awesome-project
pm add awesome-project
Try to add another. Next, list stored projects:
pm list
# awesome-project
# another-project
To switch into a project, use pm go
:
pm go awesome-project
# Current project: awesome-project
If a project is not longer available, remove it:
pm remove another-project
pm list
# awesome-project
PM allow some config values. To add, edit or remove a config parameter:
pm config <add|get|remove> <parameter> (value)
Available config parameters:
after-all
: execute this command after switch to a project with pm go
.git-info
: show a resume of Git when go
to a project.For example, you can open Sublime Text on a project when go
to it:
pm config add after-all "sublime ."
With PM you can add configuration to projects. To add, edit or remove a config parameter of a project:
pm config-project <project> <add|get|remove> <parameter> (value)
Available config parameters:
after
: execute this command after switch to the project with pm go
.git-info
: show a resume of Git status.For example, you can start Gulp in a project when go
to it:
pm config-project myproject add after "gulp"
To contribute pm
:
PM is released under the MIT license. Copyright @Laux_es ;)
FAQs
Unknown package
We found that pmanager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.