@types/chance
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -276,12 +276,12 @@ // Type definitions for Chance 1.1 | ||
interface DateOptions { | ||
string?: boolean; | ||
american?: boolean; | ||
year?: number; | ||
month?: number; | ||
day?: number; | ||
min?: Date; | ||
max?: Date; | ||
string?: boolean | undefined; | ||
american?: boolean | undefined; | ||
year?: number | undefined; | ||
month?: number | undefined; | ||
day?: number | undefined; | ||
min?: Date | undefined; | ||
max?: Date | undefined; | ||
} | ||
type UniqueOptions<T> = { comparator?: (array: T[], value: T) => boolean } & Options; | ||
type UniqueOptions<T> = { comparator?: ((array: T[], value: T) => boolean) | undefined } & Options; | ||
@@ -288,0 +288,0 @@ interface Month { |
{ | ||
"name": "@types/chance", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "TypeScript definitions for Chance", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chance", | ||
"license": "MIT", | ||
@@ -52,4 +53,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e3df8b64f382c3184a987219cd5d632254aec3a591c84a4ca2b50437216e2b7f", | ||
"typeScriptVersion": "3.5" | ||
"typesPublisherContentHash": "efc971adc1c74f687202ed7ca25b33006cb661919edd880aa75e0e504c19befd", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 22 May 2021 06:01:20 GMT | ||
* Last updated: Tue, 06 Jul 2021 18:05:50 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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
14085
0