@types/chance
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,2 @@ | ||
// Type definitions for Chance 1.0.16 | ||
// Type definitions for Chance 1.0 | ||
// Project: http://chancejs.com | ||
@@ -6,2 +6,3 @@ // Definitions by: Chris Bowdon <https://github.com/cbowdon> | ||
// Carlos Sanchez <https://github.com/cafesanu> | ||
// Colby M. White <https://github.com/colbywhite> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -95,2 +96,4 @@ | ||
latitude(opts?: Options): number; | ||
locale(opts?: LocaleOptions): string; | ||
locales(opts?: LocaleOptions): string; | ||
longitude(opts?: Options): number; | ||
@@ -198,2 +201,6 @@ phone(opts?: Options): string; | ||
interface LocaleOptions { | ||
region: boolean; | ||
} | ||
interface Month { | ||
@@ -200,0 +207,0 @@ name: string; |
{ | ||
"name": "@types/chance", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for Chance", | ||
@@ -21,13 +21,20 @@ "license": "MIT", | ||
"githubUsername": "cafesanu" | ||
}, | ||
{ | ||
"name": "Colby M. White", | ||
"url": "https://github.com/colbywhite", | ||
"githubUsername": "colbywhite" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/chance" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "097bd436905d4ef976962b053c035ae0635f6e80e23ab38059a6bfd5cda51876", | ||
"typesPublisherContentHash": "f6d6dfbdd0e33a84357b962b2f1b0bbffe1f2f725255aac47b85bd6af54b6052", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Chance (http://chancejs.com). | ||
This package contains type definitions for Chance ( http://chancejs.com ). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Thu, 21 Jun 2018 00:15:27 GMT | ||
* Last updated: Thu, 11 Apr 2019 21:12:56 GMT | ||
* Dependencies: none | ||
@@ -18,2 +18,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Chris Bowdon <https://github.com/cbowdon>, Brice BERNARD <https://github.com/brikou>, Carlos Sanchez <https://github.com/cafesanu>. | ||
These definitions were written by Chris Bowdon <https://github.com/cbowdon>, Brice BERNARD <https://github.com/brikou>, Carlos Sanchez <https://github.com/cafesanu>, Colby M. White <https://github.com/colbywhite>. |
Sorry, the diff of this file is not supported yet
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
10646
237