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

@nuxtjs/i18n

Package Overview
Dependencies
Maintainers
0
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/i18n - npm Package Compare versions

Comparing version 9.0.0-rc.2 to 9.0.0

2

dist/module.json

@@ -8,3 +8,3 @@ {

},
"version": "9.0.0-rc.2",
"version": "9.0.0",
"builder": {

@@ -11,0 +11,0 @@ "@nuxt/module-builder": "0.8.4",

@@ -5,3 +5,4 @@ import { useLocalePath } from "#i18n";

import { hasProtocol } from "ufo";
const NuxtLinkLocale = defineNuxtLink({ componentName: "NuxtLinkLocale" });
import { nuxtLinkDefaults } from "#build/nuxt.config.mjs";
const NuxtLinkLocale = defineNuxtLink({ ...nuxtLinkDefaults, componentName: "NuxtLinkLocale" });
export default defineComponent({

@@ -8,0 +9,0 @@ name: "NuxtLinkLocale",

@@ -5,3 +5,4 @@ import { SWITCH_LOCALE_PATH_LINK_IDENTIFIER } from "#build/i18n.options.mjs";

import { Comment, defineComponent, h } from "vue";
const NuxtLink = defineNuxtLink({ componentName: "NuxtLink" });
import { nuxtLinkDefaults } from "#build/nuxt.config.mjs";
const NuxtLink = defineNuxtLink({ ...nuxtLinkDefaults, componentName: "NuxtLink" });
export default defineComponent({

@@ -8,0 +9,0 @@ name: "SwitchLocalePathLink",

{
"name": "@nuxtjs/i18n",
"type": "module",
"version": "9.0.0-rc.2",
"version": "9.0.0",
"packageManager": "pnpm@9.4.0",

@@ -6,0 +6,0 @@ "description": "Internationalization for Nuxt",

Sorry, the diff of this file is not supported yet

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