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 4.1.10 to 4.1.11

20

faker/index.d.ts

@@ -8,2 +8,3 @@ // Type definitions for faker 4.1

// Leonardo Testa <https://github.com/testica>
// Sebastian Pettersson <https://github.com/TastefulElk>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -82,3 +83,2 @@

accountName(): string;
routingNumber(): string;
mask(length?: number, parens?: boolean, elipsis?: boolean): string;

@@ -95,10 +95,2 @@ amount(min?: number, max?: number, dec?: number, symbol?: string): string;

git: {
branch(): string;
commitEntry(options?: { merge: boolean }): string;
commitMessage(): string;
commitSha(): string;
shortSha(): string;
}
hacker: {

@@ -229,12 +221,2 @@ abbreviation(): string;

seedValue?: number;
vehicle: {
vehicle(): string;
manufacturer(): string;
model(): string;
type(): string;
fuel(): string;
vin(): string;
color(): string;
}
}

@@ -241,0 +223,0 @@

9

faker/package.json
{
"name": "@types/faker",
"version": "4.1.10",
"version": "4.1.11",
"description": "TypeScript definitions for faker",

@@ -31,2 +31,7 @@ "license": "MIT",

"githubUsername": "testica"
},
{
"name": "Sebastian Pettersson",
"url": "https://github.com/TastefulElk",
"githubUsername": "TastefulElk"
}

@@ -43,4 +48,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "2cc11847bfdde7b31e582a8acf950b73799fb5e4a81e4e59fb65417360d97510",
"typesPublisherContentHash": "207483dc3c49c76ea4786c4cc18e2fe537df0727e3c9489b22d1dc87fe772f3c",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Wed, 26 Feb 2020 01:17:18 GMT
* Last updated: Wed, 25 Mar 2020 02:35:50 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: `fakerStatic`

# Credits
These definitions were written by [Ben Swartz](https://github.com/bensw), [Bas Pennings](https://github.com/basp), [Yuki Kokubun](https://github.com/Kuniwak), [Matt Bishop](https://github.com/mattbishop), and [Leonardo Testa](https://github.com/testica).
These definitions were written by [Ben Swartz](https://github.com/bensw), [Bas Pennings](https://github.com/basp), [Yuki Kokubun](https://github.com/Kuniwak), [Matt Bishop](https://github.com/mattbishop), [Leonardo Testa](https://github.com/testica), and [Sebastian Pettersson](https://github.com/TastefulElk).
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