@types/faker
Advanced tools
Comparing version 5.5.4 to 5.5.5
@@ -44,3 +44,7 @@ // Type definitions for faker 5.5 | ||
ordinalDirection(useAbbr?: boolean): string; | ||
nearbyGPSCoordinate(coordinate?: ReadonlyArray<string>, radius?: number, isMetric?: boolean): string[]; | ||
nearbyGPSCoordinate( | ||
coordinate?: ReadonlyArray<number | string>, | ||
radius?: number, | ||
isMetric?: boolean, | ||
): string[]; | ||
timeZone(): string; | ||
@@ -47,0 +51,0 @@ }; |
{ | ||
"name": "@types/faker", | ||
"version": "5.5.4", | ||
"version": "5.5.5", | ||
"description": "TypeScript definitions for faker", | ||
@@ -67,4 +67,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "3620b717b2be86b3df8d26bf9a2ca7663b43ff587cef6f28d913d3c2aeb44cd2", | ||
"typesPublisherContentHash": "211b9d1e76887690a57faed7c99d85d954fc41cd58c8beec5246da19e7c5a9d5", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 06 May 2021 18:01:44 GMT | ||
* Last updated: Mon, 10 May 2021 12:31:23 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
21155
499