Comparing version 1.2.0 to 1.3.0
{ | ||
"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 |
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
105941