🎩 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.2.0
to
1.2.1
+7
-0
dist/index.d.ts

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

og?: string;
/**
* When `false`, this locale is omitted from cross-locale SEO tags (`hreflang`,
* `og:locale:alternate`). If the configured default locale has `seo: false`, the
* `x-default` hreflang link is not emitted. Routing and translations are unchanged.
* @default true when omitted.
*/
seo?: boolean;
/** Text direction. Reflected in `<html dir>` when the locale is active. */

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

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

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

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

og?: string
/**
* When `false`, this locale is omitted from cross-locale SEO tags (`hreflang`,
* `og:locale:alternate`). If the configured default locale has `seo: false`, the
* `x-default` hreflang link is not emitted. Routing and translations are unchanged.
* @default true when omitted.
*/
seo?: boolean
/** Text direction. Reflected in `<html dir>` when the locale is active. */

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