@types/faker
Advanced tools
Comparing version 4.1.10 to 4.1.11
@@ -8,2 +8,3 @@ // Type definitions for faker 4.1 | ||
// Leonardo Testa <https://github.com/testica> | ||
// Sebastian Pettersson <https://github.com/TastefulElk> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -82,3 +83,2 @@ | ||
accountName(): string; | ||
routingNumber(): string; | ||
mask(length?: number, parens?: boolean, elipsis?: boolean): string; | ||
@@ -95,10 +95,2 @@ amount(min?: number, max?: number, dec?: number, symbol?: string): string; | ||
git: { | ||
branch(): string; | ||
commitEntry(options?: { merge: boolean }): string; | ||
commitMessage(): string; | ||
commitSha(): string; | ||
shortSha(): string; | ||
} | ||
hacker: { | ||
@@ -229,12 +221,2 @@ abbreviation(): string; | ||
seedValue?: number; | ||
vehicle: { | ||
vehicle(): string; | ||
manufacturer(): string; | ||
model(): string; | ||
type(): string; | ||
fuel(): string; | ||
vin(): string; | ||
color(): string; | ||
} | ||
} | ||
@@ -241,0 +223,0 @@ |
{ | ||
"name": "@types/faker", | ||
"version": "4.1.10", | ||
"version": "4.1.11", | ||
"description": "TypeScript definitions for faker", | ||
@@ -31,2 +31,7 @@ "license": "MIT", | ||
"githubUsername": "testica" | ||
}, | ||
{ | ||
"name": "Sebastian Pettersson", | ||
"url": "https://github.com/TastefulElk", | ||
"githubUsername": "TastefulElk" | ||
} | ||
@@ -43,4 +48,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "2cc11847bfdde7b31e582a8acf950b73799fb5e4a81e4e59fb65417360d97510", | ||
"typesPublisherContentHash": "207483dc3c49c76ea4786c4cc18e2fe537df0727e3c9489b22d1dc87fe772f3c", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 26 Feb 2020 01:17:18 GMT | ||
* Last updated: Wed, 25 Mar 2020 02:35:50 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: `fakerStatic` | ||
# Credits | ||
These definitions were written by [Ben Swartz](https://github.com/bensw), [Bas Pennings](https://github.com/basp), [Yuki Kokubun](https://github.com/Kuniwak), [Matt Bishop](https://github.com/mattbishop), and [Leonardo Testa](https://github.com/testica). | ||
These definitions were written by [Ben Swartz](https://github.com/bensw), [Bas Pennings](https://github.com/basp), [Yuki Kokubun](https://github.com/Kuniwak), [Matt Bishop](https://github.com/mattbishop), [Leonardo Testa](https://github.com/testica), and [Sebastian Pettersson](https://github.com/TastefulElk). |
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
13580
387