New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

npm-gui

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-gui

A graphical tool for managing javascript project dependencies.

latest
Source
npmnpm
Version
4.0.4
Version published
Weekly downloads
114
-28.3%
Maintainers
1
Weekly downloads
 
Created
Source

Downloads   MIT License   Github   npm

GitHub Workflow Status   GitHub Workflow Status   GitHub Workflow Status   GitHub Workflow Status

npm-gui

Homepage and full documentation: https://npm-gui.nullapps.dev

npm-gui is a convenient tool for managing javascript project dependencies listed in package.json. Under the hood, it will transparently use npm, pnpm, or yarn commands to install, remove or update dependencies (to use yarn it requires the yarn.lock file to be present in the project folder.)

App Demo

Getting Started

The recommended way to run npm-gui is by using npx:

~/$ npx npm-gui@latest

It will run the most recent version of npm-gui without installing it on your system.

Installation as global dependency

npm-gui could also be installed as a global dependency:

~/$ npm install -g npm-gui

and then run with just:

~/$ npm-gui
~/$ npm install npm-gui

To read more visit: https://npm-gui.nullapps.dev/docs/npm-gui/

Authors

  • @q-nick

Documentation

Documentation

Next features on roadmap

  • npm-gui integrated into VS Code as an extension

  • other package managers like: poetry, composer, nuget

  • packages updates history

  • re-arrange existing columns

  • expandable/collapsable module to reveal it's dependency tree (npm-remote-ls)

  • number of dependencies per module

  • move dependency between dev and prod

  • visual indicator if the package seems to be unuse (depcheck)

  • hint like: "shouldn't this be a dev-dependency?"

Keywords

gui

FAQs

Package last updated on 28 Jan 2023

Did you know?

Socket

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.

Install

Related posts