Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-latest

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-latest

Quickly find the latest version of a package in npm.

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
328
decreased by-84.48%
Maintainers
1
Weekly downloads
 
Created
Source

Node.js - npm-latest

Quickly find the latest version of a package in npm.

Why?

I often forget which package version I need to put as a dependency in my packages. Running npm info [package] and then scrolling up scanning JSON became annoying.

Update:

Thanks to @timoxley for pointing out that a very viable alternative would be to just run:

npm install --save packagename@latest

It has the added bonus of updating your package.json file as well.

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, JP Richardson jprichardson@gmail.com

Keywords

FAQs

Package last updated on 11 Aug 2012

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc