Skip to content

Commit

Permalink
Add license scan report and status
Browse files Browse the repository at this point in the history
  • Loading branch information
tsekityam committed Oct 12, 2021
1 parent cae2ec8 commit 30e10f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Node.js CI](https://github.com/tsekityam/alphanum-compare/actions/workflows/test.yml/badge.svg)](https://github.com/tsekityam/alphanum-compare/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/tsekityam/alphanum-compare/branch/main/graph/badge.svg?token=DHFqZcVnZR)](https://codecov.io/gh/tsekityam/alphanum-compare)
[![Known Vulnerabilities](https://snyk.io/test/github/tsekityam/alphanum-compare/badge.svg)](https://snyk.io/test/github/tsekityam/alphanum-compare)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgit.luolix.top%2Ftsekityam%2Falphanum-compare.svg?type=shield)](https://app.fossa.com/projects/git%2Bgit.luolix.top%2Ftsekityam%2Falphanum-compare?ref=badge_shield)

Compare function extrated from [alphanum-sort](https://github.com/trysound/alphanum-sort). It can be used as `compareFunction` in `Array.prototype.sort()`.

Expand All @@ -26,3 +27,7 @@ It returns a negative value if first argument is less than second argument, zero
#### Options

- `sign?: boolean`: Allows `+` and `-` characters before numbers. _(Default: `false`)_

## License

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgit.luolix.top%2Ftsekityam%2Falphanum-compare.svg?type=large)](https://app.fossa.com/projects/git%2Bgit.luolix.top%2Ftsekityam%2Falphanum-compare?ref=badge_large)

0 comments on commit 30e10f2

Please sign in to comment.