パッケージの詳細

npm-latest

jprichardson36.6kMIT2.0.0

Quickly find the latest version of a package in npm.

npm, latest, version

readme

Node.js - npm-latest

Quickly find the latest version of a package in npm.

js-standard-style

Why?

Sometimes I want to know if a single package needs to be updated. Also, I'm a package creatin' fool: https://www.npmjs.com/~jprichardson - I need to know quickly if a package name is taken.

Update 2015-03-29:

Support config registry in ~/.npmrc file,more on registry-url

Installation

npm install -g npm-latest

Example

npm-latest express

output:

  express:

    latest: 3.0.0rc2
    last updated: Fri Aug 03 2012 15:33:05 GMT-0500 (CDT)
    author: TJ Holowaychuk
    repo: git://github.com/visionmedia/express
    description: Sinatra inspired web development framework

License

(MIT License)

Copyright 2012-2015, JP Richardson jprichardson@gmail.com

更新履歴

1.0.2 / 2016-04-20

  • bug fix when module not found: #8

1.0.1 / 2015-06-30

1.0.0 / 2015-04-02

0.1.0 / 2013-03-19

  • Handle multiple arguments [#2 / paulmillr]
  • Convert Github repos to http urls.

0.0.1 / 2012-08-09

  • Initial release.