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

latest-stable-version

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

latest-stable-version

Utility function to get the latest cleaned stable SemVer version from GitHub releases.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

latest-stable-version

CI Badge NPM Badge

Utility function to get the latest cleaned stable SemVer version from GitHub releases.

Installation

Install latest-stable-version through npm:

$ npm install latest-stable-version

Usage

import latestStableVersion from "latest-stable-version";

const promise: Promise<string> = latestStableVersion({
  owner: "<owner>",
  repo: "<repo>",
});

License

This package is available as open source under the terms of the MIT License.

Keywords

latest

FAQs

Package last updated on 02 Feb 2021

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