compare-versions
Advanced tools
Comparing version 3.2.1 to 3.3.0
{ | ||
"name": "compare-versions", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"description": "Compare semver version strings to find greater, equal or lesser.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Changelog | ||
## [3.3.0](https://github.com/omichelsen/compare-versions/releases/tag/v3.3.0) - 2018-06-10 | ||
- Add TypeScript declarations. | ||
## [3.2.1](https://github.com/omichelsen/compare-versions/releases/tag/v3.2.1) - 2018-05-14 | ||
@@ -4,0 +7,0 @@ - Fix rare bug in handling optional metadata. |
{ | ||
"name": "compare-versions", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"description": "Compare semver version strings to find greater, equal or lesser.", | ||
@@ -26,2 +26,3 @@ "repository": { | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"directories": { | ||
@@ -31,5 +32,5 @@ "test": "test" | ||
"devDependencies": { | ||
"mocha": "^5.1.1", | ||
"nyc": "^11.7.3" | ||
"mocha": "^5.2.0", | ||
"nyc": "^12.0.2" | ||
} | ||
} |
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
14447
11
309