compare-versions
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "compare-versions", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Compare semver version strings to find greater, equal or lesser.", | ||
@@ -23,8 +23,8 @@ "repository": { | ||
"scripts": { | ||
"test": "c8 mocha" | ||
"test": "c8 --reporter=lcov mocha" | ||
}, | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"type": "module", | ||
"types": "index.d.ts", | ||
"sideEffects": false, | ||
"files": [ | ||
@@ -31,0 +31,0 @@ "index.js", |
# compare-versions | ||
[![Build Status](https://img.shields.io/travis/omichelsen/compare-versions/master.svg)](https://travis-ci.org/omichelsen/compare-versions) | ||
![Build Status](https://github.com/omichelsen/compare-versions/actions/workflows/ci.yml/badge.svg) | ||
[![Coverage Status](https://coveralls.io/repos/omichelsen/compare-versions/badge.svg?branch=master&service=github)](https://coveralls.io/github/omichelsen/compare-versions?branch=master) | ||
@@ -5,0 +5,0 @@ [![npm bundle size (minified + gzip)](https://img.shields.io/bundlephobia/minzip/compare-versions.svg)](https://bundlephobia.com/result?p=compare-versions) |
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
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
12666
No