get-user-locale
Advanced tools
Comparing version 1.5.0 to 1.5.1
declare module 'get-user-locale' { | ||
export function getUserLocale(): string; | ||
export function getUserLocales(): string[]; | ||
export type UserLocaleOptions = { | ||
fallbackLocale?: string, | ||
useFallbackLocale?: boolean, | ||
} | ||
export function getUserLocale(options?: UserLocaleOptions): string; | ||
export function getUserLocales(options?: UserLocaleOptions): string[]; | ||
export default getUserLocale; | ||
} |
{ | ||
"name": "get-user-locale", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "Returns a list of strings representing the user's preferred languages.", | ||
@@ -5,0 +5,0 @@ "main": "dist/umd/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19998
364
0