@types/chance
Advanced tools
Comparing version 0.7.29 to 0.7.30
@@ -117,4 +117,12 @@ // Type definitions for Chance 0.7.3 | ||
pad(num: number, width: number, padChar?: string): string; | ||
/** | ||
* @deprecated Use pickone | ||
*/ | ||
pick<T>(arr: T[]): T; | ||
pickone<T>(arr: T[]): T; | ||
/** | ||
* @deprecated Use pickset | ||
*/ | ||
pick<T>(arr: T[], count: number): T[]; | ||
pickset<T>(arr: T[], count: number): T[]; | ||
set: Setter; | ||
@@ -121,0 +129,0 @@ shuffle<T>(arr: T[]): T[]; |
{ | ||
"name": "@types/chance", | ||
"version": "0.7.29", | ||
"version": "0.7.30", | ||
"description": "TypeScript definitions for Chance 0.7.3", | ||
@@ -15,3 +15,3 @@ "license": "MIT", | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "2a124aec8152dc138457a82f3a5b2fdc262f540ab3d29de5531ab71eeacf5e9d" | ||
"typesPublisherContentHash": "c79d9d9bad6d9bcd0ea6ab5a72d895f7e01d418d49ddd8a890e830ed7a98a447" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 16:15:24 GMT | ||
* Last updated: Wed, 21 Sep 2016 20:25:54 GMT | ||
* File structure: Mixed | ||
@@ -14,0 +14,0 @@ * Library Dependencies: none |
@@ -25,3 +25,3 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "2a124aec8152dc138457a82f3a5b2fdc262f540ab3d29de5531ab71eeacf5e9d" | ||
"contentHash": "c79d9d9bad6d9bcd0ea6ab5a72d895f7e01d418d49ddd8a890e830ed7a98a447" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8705
228
0