Socket
Book a DemoInstallSign in
Socket

npm-prev

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-prev

Wraps previous stable version of npm so you can run it alongside other npm versions

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

npm-prev

Wraps the previous stable version of npm as an executable npm-prev.

Allows you to use previous stable npm alongside whatever other version of npm you currently have installed.

Installation & Update

npm install -g npm-prev

Remember to run this semi-regularly to get the latest version of npm v3.

Make sure you understand what's changing in npm v3 by reading the excellent Release Notes.

Usage

The npm-prev executable behaves exactly like npm:

> npm-prev -v
2.14.5
> npm-prev install
> npm-prev search
# etc

See Also

  • npm-next
  • npm3

License

MIT

Keywords

npm

FAQs

Package last updated on 21 Sep 2015

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