@types/faker
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -204,4 +204,4 @@ // Type definitions for faker 4.1 | ||
system: { | ||
fileName(ext: string, type: string): string; | ||
commonFileName(ext: string, type: string): string; | ||
fileName(ext?: string, type?: string): string; | ||
commonFileName(ext: string, type?: string): string; | ||
mimeType(): string; | ||
@@ -208,0 +208,0 @@ commonFileType(): string; |
{ | ||
"name": "@types/faker", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "TypeScript definitions for faker", | ||
@@ -35,4 +35,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5940a1a75e4cd44bbe74b02ab1911033cb2943bc4a157efde1686a4e8c15bbb6", | ||
"typesPublisherContentHash": "483ff4b045c302f1a752ca2626c2cd8ebd2ae74059214d5b8a7aa04d4fa61ff3", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 14 Aug 2018 00:52:13 GMT | ||
* Last updated: Fri, 14 Sep 2018 16:56:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: fakerStatic |
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
13378