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

nuxt-i18n

Package Overview
Dependencies
Maintainers
2
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-i18n - npm Package Compare versions

Comparing version 6.13.0 to 6.13.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

### [6.13.1](https://github.com/nuxt-community/nuxt-i18n/compare/v6.13.0...v6.13.1) (2020-07-03)
### Bug Fixes
* incorrect SEO links when vue-loader forces local i18n instance ([#786](https://github.com/nuxt-community/nuxt-i18n/issues/786)) ([8cf173d](https://github.com/nuxt-community/nuxt-i18n/commit/8cf173d202869c9999e0b7cbc8a2f31b0ebedd17)), closes [#785](https://github.com/nuxt-community/nuxt-i18n/issues/785)
## [6.13.0](https://github.com/nuxt-community/nuxt-i18n/compare/v6.12.2...v6.13.0) (2020-07-02)

@@ -2,0 +9,0 @@

6

package.json
{
"name": "nuxt-i18n",
"version": "6.13.0",
"version": "6.13.1",
"description": "i18n for Nuxt",

@@ -97,3 +97,3 @@ "license": "MIT",

"@babel/runtime": "7.10.4",
"@nuxt/types": "2.13.2",
"@nuxt/types": "2.13.3",
"@nuxtjs/eslint-config-typescript": "2.0.0",

@@ -119,3 +119,3 @@ "@nuxtjs/module-test-utils": "1.6.3",

"messageformat": "2.3.0",
"nuxt": "2.13.2",
"nuxt": "2.13.3",
"playwright-chromium": "1.1.1",

@@ -122,0 +122,0 @@ "release-it": "13.6.4",

@@ -203,2 +203,3 @@ import Vue from 'vue'

i18n.setLocale = (locale) => loadAndSetLocale(locale)
i18n.__baseUrl = app.i18n.__baseUrl
}

@@ -205,0 +206,0 @@

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