@types/faker
Advanced tools
Comparing version 5.1.5 to 5.1.6
@@ -9,2 +9,3 @@ // Type definitions for faker 5.1 | ||
// Sebastian Pettersson <https://github.com/TastefulElk> | ||
// Daniel Montesinos <https://github.com/damonpam> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -202,2 +203,3 @@ | ||
jobTitle(): string; | ||
gender(): string; | ||
prefix(): string; | ||
@@ -204,0 +206,0 @@ suffix(): string; |
{ | ||
"name": "@types/faker", | ||
"version": "5.1.5", | ||
"version": "5.1.6", | ||
"description": "TypeScript definitions for faker", | ||
@@ -36,2 +36,7 @@ "license": "MIT", | ||
"githubUsername": "TastefulElk" | ||
}, | ||
{ | ||
"name": "Daniel Montesinos", | ||
"url": "https://github.com/damonpam", | ||
"githubUsername": "damonpam" | ||
} | ||
@@ -48,4 +53,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "f022cebdda5487b9e8593cdc58755e5ee10aaaf7f080b24d55e76d4d70c29f33", | ||
"typeScriptVersion": "3.3" | ||
"typesPublisherContentHash": "e60ea7b22ce8659271f865f373f717862a8e1165d4d3da511a49348973c330f1", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 03 Dec 2020 14:32:31 GMT | ||
* Last updated: Fri, 29 Jan 2021 20:27:56 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), [Leonardo Testa](https://github.com/testica), and [Sebastian Pettersson](https://github.com/TastefulElk). | ||
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), [Sebastian Pettersson](https://github.com/TastefulElk), and [Daniel Montesinos](https://github.com/damonpam). |
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
18730
462