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

semver-sort

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semver-sort - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

15

package.json
{
"name": "semver-sort",
"version": "0.0.3",
"version": "0.0.4",
"description": "Sort array of semver string even which is exist in a strings.",
"license": "MIT",
"repository": "ragingwind/node-semver-sort",
"repository": "ragingwind/semver-sort",
"author": {

@@ -16,3 +16,3 @@ "name": "ragingwind",

"scripts": {
"test": "xo && mocha"
"test": "xo && ava"
},

@@ -32,11 +32,10 @@ "files": [

"devDependencies": {
"mocha": "^2.2.5",
"xo": "^0.7.1"
"ava": "^0.12.0",
"xo": "^0.10.0"
},
"xo": {
"envs": [
"node",
"mocha"
"ignore": [
"test.js"
]
}
}

@@ -26,3 +26,3 @@ # semver-sort [![Build Status](https://travis-ci.org/ragingwind/semver-sort.svg?branch=master)](https://travis-ci.org/ragingwind/semver-sort)

semverSort.acs(version);
semverSort.asc(version);
//=> [ 'v0.0.2', 'v0.0.9', 'v0.1.1', '1.1.1', '1.2.2', '2.0.1' ]

@@ -29,0 +29,0 @@

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