@types/semver
Advanced tools
Comparing version 7.3.5 to 7.3.6
@@ -1,6 +0,6 @@ | ||
import sermver = require('../index'); | ||
import semver = require('../index'); | ||
import SemVer = require('./semver'); | ||
declare class Comparator { | ||
constructor(comp: string | Comparator, optionsOrLoose?: boolean | sermver.Options); | ||
constructor(comp: string | Comparator, optionsOrLoose?: boolean | semver.Options); | ||
@@ -11,8 +11,8 @@ semver: SemVer; | ||
loose: boolean; | ||
options: sermver.Options; | ||
options: semver.Options; | ||
parse(comp: string): void; | ||
test(version: string | SemVer): boolean; | ||
intersects(comp: Comparator, optionsOrLoose?: boolean | sermver.Options): boolean; | ||
intersects(comp: Comparator, optionsOrLoose?: boolean | semver.Options): boolean; | ||
} | ||
export = Comparator; |
{ | ||
"name": "@types/semver", | ||
"version": "7.3.5", | ||
"version": "7.3.6", | ||
"description": "TypeScript definitions for semver", | ||
@@ -47,4 +47,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "02e66d1c9334cac84b6f2b7d3c4dcc30ba36c1c5baf1748ebd92ff0e2af0eb33", | ||
"typesPublisherContentHash": "95253969ae98013bed1a0f310b82094ddb782fed2abe2dc80822cb48085474a9", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 26 Apr 2021 10:31:22 GMT | ||
* Last updated: Thu, 13 May 2021 17:01:34 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
23263