Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

enpyem

Npm utilities for the developer who's never satisfied

readme

Enpyem

NPM utilities. For now, there's only one.

Installation

npm install -g enpyem

Usage

updateable checks your package.json file and shows you a list of packages that have newer versions available. Think of it like npm outdated for direct dependencies, ignoring the version locks.

cd my_node_proj
enpyem updateable