Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/faker

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/faker - npm Package Compare versions

Comparing version 5.5.4 to 5.5.5

6

faker/index.d.ts

@@ -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 @@ };

4

faker/package.json
{
"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`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc