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.1.2 to 5.1.3

4

faker/index.d.ts

@@ -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`

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