latest-semver:从多个版本中获取最新的稳定版本

时间:2024-06-15 01:44:29
【文件属性】:

文件名称:latest-semver:从多个版本中获取最新的稳定版本

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-15 01:44:29

JavaScript

最新的 从版本中获取最新的稳定版本 当您具有未排序的版本列表(例如Git标签)并且想要获取语义上最新的版本时,该功能很有用。 安装 $ npm install latest-semver 用法 const latestSemver = require ( 'latest-semver' ) ; latestSemver ( [ 'v1.8.0-alpha.1' , 'v1.3.16' , 'v1.7.0' , 'v1.6.9' ] ) ; //=> '1.7.0' latestSemver ( [ 'unicorn' , 'v1.8.0-alpha.1' ] ) ; //=> undefined 原料药 非通用版本和预发行版将被忽略。 LatestSemver(版本) 版本 类型: string[] 有关的 从字符串数组中获取有效,已排序和清除的semver版本的数组 r


【文件预览】:
latest-semver-main
----index.js(135B)
----test.js(486B)
----package.json(798B)
----index.test-d.ts(169B)
----readme.md(1KB)
----.github()
--------workflows()
----license(1KB)
----index.d.ts(463B)
----.gitignore(23B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitattributes(19B)

网友评论