semver-sort
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
3406