@types/semver
Advanced tools
Comparing version 7.3.9 to 7.3.10
@@ -0,1 +1,2 @@ | ||
import semver = require('../index'); | ||
import SemVer = require('../classes/semver'); | ||
@@ -15,3 +16,7 @@ | ||
*/ | ||
declare function compareBuild(a: string | SemVer, b: string | SemVer): 1 | 0 | -1; | ||
declare function compareBuild( | ||
a: string | SemVer, | ||
b: string | SemVer, | ||
optionsOrLoose?: boolean | semver.Options, | ||
): 1 | 0 | -1; | ||
export = compareBuild; |
{ | ||
"name": "@types/semver", | ||
"version": "7.3.9", | ||
"version": "7.3.10", | ||
"description": "TypeScript definitions for semver", | ||
@@ -48,4 +48,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semver", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "66cad81bbbe9cad1c9a32a3b3a166b6d6070a332ff4409e6edc5f81f3c187e56", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "ccdbc0a9090b79c7adcbd170c9fd060eb75f1cf4cb83e0ec59a2053a55a33d2a", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 19 Oct 2021 16:31:19 GMT | ||
* Last updated: Wed, 15 Jun 2022 15:31:39 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
23501
566