@types/faker
Advanced tools
Comparing version 5.1.2 to 5.1.3
@@ -257,3 +257,5 @@ // Type definitions for faker 5.1 | ||
time: { | ||
recent(outputType?: string): Date; | ||
recent(): number; | ||
recent(outputType: 'unix'): number; | ||
recent(outputType: 'abbr' | 'wide'): string; | ||
}; | ||
@@ -260,0 +262,0 @@ |
{ | ||
"name": "@types/faker", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "TypeScript definitions for faker", | ||
@@ -47,4 +47,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "24988c49dc6b3a66350530e0ba9271a7b2b469c3ba7b16ffdb978e55b2e6de82", | ||
"typesPublisherContentHash": "4cb5e0c986bd5ad2e22255b9acc26bf69300707f4a223ab8480647a43925b6a4", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 24 Sep 2020 14:49:50 GMT | ||
* Last updated: Thu, 22 Oct 2020 03:50:00 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `fakerStatic` |
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
18413
460