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

minifaker

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minifaker - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

2

package.json
{
"name": "minifaker",
"version": "1.2.0",
"version": "1.3.0",
"description": "lightweight faker.js",

@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts",

@@ -38,4 +38,4 @@ # minifaker

import minifaker, { cityName } from 'minifaker'
import 'minifaker/dist/locale/en' // first import is set a default locale
import 'minifaker/dist/locale/fr'
import 'minifaker/dist/locales/en' // first import is set a default locale
import 'minifaker/dist/locales/fr'

@@ -48,3 +48,3 @@ minifaker.firstName({ gender: 'female' }) // female name in english

|Function|Locale|Faker.js|
|Function|Locales|Faker.js|
|-|-|-|

@@ -51,0 +51,0 @@ |arrayElement|n/a|arrayElement

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