🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@i18n-micro/types

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@i18n-micro/types - npm Package Compare versions

Comparing version
1.1.7
to
1.2.0
+5
-0
dist/index.d.ts

@@ -61,2 +61,7 @@ /** BCP-47 locale code string (e.g. `'en'`, `'de-DE'`, `'zh-Hans'`). */

iso?: string;
/**
* Open Graph locale for `og:locale` / `og:locale:alternate` meta `content` (e.g. `ar_AE`).
* If omitted or empty, `iso` is used (then `code`).
*/
og?: string;
/** Text direction. Reflected in `<html dir>` when the locale is active. */

@@ -63,0 +68,0 @@ dir?: 'ltr' | 'rtl' | 'auto';

+1
-1
{
"name": "@i18n-micro/types",
"version": "1.1.7",
"version": "1.2.0",
"description": "",

@@ -5,0 +5,0 @@ "repository": "s00d/nuxt-i18n-micro",

@@ -66,2 +66,7 @@ /** BCP-47 locale code string (e.g. `'en'`, `'de-DE'`, `'zh-Hans'`). */

iso?: string
/**
* Open Graph locale for `og:locale` / `og:locale:alternate` meta `content` (e.g. `ar_AE`).
* If omitted or empty, `iso` is used (then `code`).
*/
og?: string
/** Text direction. Reflected in `<html dir>` when the locale is active. */

@@ -68,0 +73,0 @@ dir?: 'ltr' | 'rtl' | 'auto'